Re: [openstack-dev] Help in writing new neutron plugin

2014-06-21 Thread shiva m
I am considering to contribute to Neutron but was struggling to find good
documents, thanks for  sharing links.

Thanks,
Shiva


On Fri, Jun 20, 2014 at 3:24 AM, Anita Kuno  wrote:

> On 06/19/2014 05:47 PM, Mohammad Banikazemi wrote:
> >
> > Have you looked at https://wiki.openstack.org/wiki/NeutronDevelopment
> > In particular, this section may be useful to you: Developing a Neutron
> > Plugin
> >
> > You may also want to look at the following presentation/talk and look for
> > more such presentations from OpenStack Summits:
> >
> > http://www.slideshare.net/mestery/modular-layer-2-in-openstack-neutron
> >
> https://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/presentation/openstack-neutron-modular-layer-2-plugin-deep-dive
> >
> > Hope this helps,
> >
> > Mohammad
> >
> >
> >
> >
> >
> > From: shiva m 
> > To:   openstack-dev@lists.openstack.org,
> > Date: 06/19/2014 07:22 AM
> > Subject:  [openstack-dev] Help in writing new neutron plugin
> >
> >
> >
> > HI,
> >
> > I am looking at documents to understand how to write a new neutron
> plugin.
> > I working with devstack with ryu setup from last 4 months. I am trying to
> > write some test plugin to get hands-on.
> >
> > Can any one please help where to start looking neutron code, where to
> embed
> > new code. Also I am looking for beginner kind of documentation to write
> ML2
> > type driver and mechanism drivers,
> >
> >
> > Thanks
> > Shiva___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
> >
> >
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
> Have you considered contributing to Neutron?
>
> Perhaps working on addressing some bugs, participating in meetings and
> in channel, writing some tests? Helping address some of the current
> issues the community is facing would be a great way to learn about the
> Neutron code.
>
> I would recommend considering this direction.
>
> Thanks,
> Anita.
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Help in writing new neutron plugin

2014-06-19 Thread Anita Kuno
On 06/19/2014 05:47 PM, Mohammad Banikazemi wrote:
> 
> Have you looked at https://wiki.openstack.org/wiki/NeutronDevelopment
> In particular, this section may be useful to you: Developing a Neutron
> Plugin
> 
> You may also want to look at the following presentation/talk and look for
> more such presentations from OpenStack Summits:
> 
> http://www.slideshare.net/mestery/modular-layer-2-in-openstack-neutron
> https://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/presentation/openstack-neutron-modular-layer-2-plugin-deep-dive
> 
> Hope this helps,
> 
> Mohammad
> 
> 
> 
> 
> 
> From: shiva m 
> To:   openstack-dev@lists.openstack.org,
> Date: 06/19/2014 07:22 AM
> Subject:  [openstack-dev] Help in writing new neutron plugin
> 
> 
> 
> HI,
> 
> I am looking at documents to understand how to write a new neutron plugin.
> I working with devstack with ryu setup from last 4 months. I am trying to
> write some test plugin to get hands-on.
> 
> Can any one please help where to start looking neutron code, where to embed
> new code. Also I am looking for beginner kind of documentation to write ML2
> type driver and mechanism drivers,
> 
> 
> Thanks
> Shiva___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> 
> 
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
Have you considered contributing to Neutron?

Perhaps working on addressing some bugs, participating in meetings and
in channel, writing some tests? Helping address some of the current
issues the community is facing would be a great way to learn about the
Neutron code.

I would recommend considering this direction.

Thanks,
Anita.

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Help in writing new neutron plugin

2014-06-19 Thread Mohammad Banikazemi

Have you looked at https://wiki.openstack.org/wiki/NeutronDevelopment
In particular, this section may be useful to you: Developing a Neutron
Plugin

You may also want to look at the following presentation/talk and look for
more such presentations from OpenStack Summits:

http://www.slideshare.net/mestery/modular-layer-2-in-openstack-neutron
https://www.openstack.org/summit/openstack-summit-hong-kong-2013/session-videos/presentation/openstack-neutron-modular-layer-2-plugin-deep-dive

Hope this helps,

Mohammad





From:   shiva m 
To: openstack-dev@lists.openstack.org,
Date:   06/19/2014 07:22 AM
Subject:[openstack-dev] Help in writing new neutron plugin



HI,

I am looking at documents to understand how to write a new neutron plugin.
I working with devstack with ryu setup from last 4 months. I am trying to
write some test plugin to get hands-on.

Can any one please help where to start looking neutron code, where to embed
new code. Also I am looking for beginner kind of documentation to write ML2
type driver and mechanism drivers,


Thanks
Shiva___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Help in writing new neutron plugin

2014-06-19 Thread shiva m
HI,

I am looking at documents to understand how to write a new neutron plugin.
I working with devstack with ryu setup from last 4 months. I am trying to
write some test plugin to get hands-on.

Can any one please help where to start looking neutron code, where to embed
new code. Also I am looking for beginner kind of documentation to write ML2
type driver and mechanism drivers,


Thanks
Shiva
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev