Re: [Openstack] VLANManager

2012-11-02 Thread Vishvananda Ishaya
if you specify an different address (for example .3 using the --gateway parameter) it will give that to the network node. (note that you should probably also mark that address reserved in the db so nova doesn't try to give it out -- update fixed_ips set reserved=1 where address='XXX.XXX.XXX.3')

[Openstack] VLANManager

2012-11-02 Thread Joe Warren-Meeks
Hi guys I'm struggling with VLAN Manager in Nova. I want to have 3 VLANs, one for each project. These ranges have been created in my network and the tagged ports are connected to my server. I want to create VMs that just take an IP from these networks and get bridged on to the network. The prob

[Openstack] VlanManager issues...

2012-01-25 Thread Lillie Ross-CDSR11
I'm setting up a modest cloud for internal use. Currently I have the following configuration: Server1 (nova) is running all nova services EXCEPT nova compute. Server 2 (nova1) is running only nova-compute. Servers3-12 are idle, but will eventually run nova-compute Server 1 is configured with pu

[Openstack] VlanManager and Public IPs configuration

2011-02-28 Thread Diego Parrilla SantamarĂ­a
Hi all, I cannot find information about how to set up an environment with Public IPs and VlanManager enabled. I have tested FlatManager but it does not fully cover our needs in terms of network isolation. Basically what I'm trying to do is: a) Setup a Controller Node with nova-api, nova-schedule