Re: [Openstack] Vlanned networking setup

2012-12-20 Thread Vishvananda Ishaya
On Dec 20, 2012, at 2:24 PM, Andrew Holway wrote: > Hi Vish, > > Manually creating vlans would be quite tiresome if you are using a vlan per > project and I'm not sure flatdhcp is good for serious use in multi tenanted > production environments. (thoughts?) Personally I think vlan isolation

Re: [Openstack] Vlanned networking setup

2012-12-20 Thread Andrew Holway
Hi Vish, Manually creating vlans would be quite tiresome if you are using a vlan per project and I'm not sure flatdhcp is good for serious use in multi tenanted production environments. (thoughts?) I tested the vlan manager functionality and this is *really* great for when you want to keep a c

Re: [Openstack] Vlanned networking setup

2012-12-20 Thread Vishvananda Ishaya
There is no need for nova to create the vlans, you could use flatdhcp and manually create the vlans and specify the vlans when you create your networks: nova-manage network-create --bridge br0101 --bridge_interface eth0.101 nova-manage network-create --bridge br1101 --bridge_interface eth1.101 N

[Openstack] Vlanned networking setup

2012-12-20 Thread Andrew Holway
Hi, I am thinking about the following network setup: +-+ | vlan101(eth0) | +-+ +-+ | br0101 |