Re: [Openstack] Single NIC deployment

2014-07-17 Thread Remo Mattei
Just a quick additional node, if you do use ovs and you do not have ethx on your br-ex when using ovs-vsctl show it will not get an ip address. Remo On Jul 17, 2014, at 13:28, Robert Collins wrote: > On 18 July 2014 03:29, Gastón Keller wrote: >> Hello, community. >> >> I'm working on a

Re: [Openstack] Single NIC deployment

2014-07-17 Thread Robert Collins
On 18 July 2014 03:29, Gastón Keller wrote: > Hello, community. > > I'm working on a 3-node deployment (i.e., controller, network and > compute) of OpenStack Icehouse in CentOS 6.4, following the official > installation guide for CentOS found in openstack.org. > > These machines with which I'm wor

Re: [Openstack] Single NIC deployment

2014-07-17 Thread Joe Harrison
If you only have one ethernet interface on the machines, there's a fairly simple solution. Create your bridge as usual (adding, for example the eth0 interface to it). Then, assign an IP address to the bridge interface itself rather than eth0 (since physical devices used in bridges aren't supposed

[Openstack] Single NIC deployment

2014-07-17 Thread Gastón Keller
Hello, community. I'm working on a 3-node deployment (i.e., controller, network and compute) of OpenStack Icehouse in CentOS 6.4, following the official installation guide for CentOS found in openstack.org. These machines with which I'm working have only one NIC available. Since the guide indicat