Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-17 Thread Vasyl Saienko
Hello Sean, Jim, Thanks for your comments. I've created separate repo: https://github.com/jumpojoy/generic_switch -- Sincerely Vasyl Saienko On Tue, Nov 17, 2015 at 1:38 AM, Jim Rollenhagen wrote: > On Mon, Nov 16, 2015 at 06:38:28PM +, Sean M. Collins wrote: > > On Mon, Nov 16, 2015 at 1

Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-16 Thread Jim Rollenhagen
On Mon, Nov 16, 2015 at 06:38:28PM +, Sean M. Collins wrote: > On Mon, Nov 16, 2015 at 12:47:13PM EST, Vasyl Saienko wrote: > > [0] https://github.com/jumpojoy/neutron > > The way you created the repository in GitHub, it is impossible to diff > it against master to see what you did. > > https

Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-16 Thread Sean M. Collins
On Mon, Nov 16, 2015 at 12:47:13PM EST, Vasyl Saienko wrote: > [0] https://github.com/jumpojoy/neutron The way you created the repository in GitHub, it is impossible to diff it against master to see what you did. https://github.com/jumpojoy/neutron/compare -- Sean M. Collins __

Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-16 Thread Vasyl Saienko
Hello Community, There is 'raw' version of Generic ML2 Driver [0]. It uses 'Netmiko' [1] library. At the moment it supports Cisco Catalyst switches but it can be easily extended with ANY ssh enabled switch. [0] https://github.com/jumpojoy/neutron [1] https://github.com/ktbyers/netmiko On Wed, No

Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-11 Thread Sukhdev Kapur
Hi Vasyl, I have not cross checked every patch in your list, but, the list looks about right. >From the Ironic, Nova, and Neutron point of the code is pretty much in place with these patches. In this week's meeting we discussed the plan for merging these patches. Couple of things are holding us -

Re: [openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-10 Thread Sean M. Collins
On Tue, Nov 10, 2015 at 06:05:50AM EST, Vasyl Saienko wrote: > Hello community, > > I would like to start preliminary testing of Ironic multi-tenant network > setup which is supported by Neutron in Liberty according to [1]. I found > the following patches that are on review. Also neutron ML2 plugi

[openstack-dev] [Ironic][Nova][Neutron] Multi-tenancy support

2015-11-10 Thread Vasyl Saienko
Hello community, I would like to start preliminary testing of Ironic multi-tenant network setup which is supported by Neutron in Liberty according to [1]. I found the following patches that are on review. Also neutron ML2 plugin is needed. I can't find any plugin that supports multi-tenancy and Ci