<div>Hello,</div><div> </div><div>I followed the document to setup my OpenStack environment, using on controller-node, and one compute-node - (<a href="https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/e6e797f991fe79b46c6087e2098d7117ff7b828b/OpenStack_Folsom_Install_Guide_WebVersion.rst">https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/e6e797f991fe79b46c6087e2098d7117ff7b828b/OpenStack_Folsom_Install_Guide_WebVersion.rst</a> .   (Please note this is an earlier version of the same document using two nodes).</div>
<div> </div><div>Following are the ethernet port settings per the doc:</div><div> </div><div>controller-node</div><div>--------------------</div><div>eth0 - Mgmt network  (assigned by DHCP).</div><div>eth1 (connected to br-eth1) - VM conf. nework</div>
<div>eth2 (connected to br-ex) - VM internet access</div><div> </div><div><a href="mailto:root@novato:/etc/quantum">root@novato:/etc/quantum</a># cat /etc/network/interfaces</div><div># The primary network interface<br>auto eth0<br>
iface eth0 inet dhcp</div><div>#Not internet connected(used for VM configuration)<br>auto eth1<br>iface eth1 inet static<br>address 100.10.10.232<br>netmask 255.255.255.0</div><div>#Will generously be bridged to the br-ex later:<br>
auto eth2<br>iface eth2 inet manual<br>up ifconfig $IFACE 0.0.0.0 up<br>up ip link set $IFACE promisc on<br>down ip link set $IFACE promisc off<br>down ifconfig $IFACE down<br> </div><div> </div><div>compute node</div><div>
-------------------</div><div><div>eth0 - Mgmt network  (assigned by DHCP).</div><div>eth1 (connected to br-eth1) - VM conf. nework</div><div> </div><div><a href="mailto:root@bodega">root@bodega</a>:~# cat /etc/network/interfaces<br>
# The primary network interface<br>auto eth0<br>iface eth0 inet dhcp</div><div># Not connected to internet<br>auto eth1<br>iface eth1 inet static<br>address 100.10.10.233<br>netmask 255.255.255.0<br> </div><div>I have a few questions:</div>
<div>- On controller-node, is the configuration of eth1 and eth2 switched? I don't understandy why eth1 (for VM access) on both node needs an IP address, and eth2 (for internet access) does not?</div><div> </div><div>
- Does OVS needs some sort of a (dummy) IP address assigned to a bridge interface (eth1 on controller-node and compute-node).</div><div> </div><div>- I can't figure out for the life of me where the 100.10.10.* address for "VM Conf" network came from?  Is this a OVS thing?</div>
<div> </div><div>Thank you very much in advance.</div><div> </div><div>Regards,</div><div>Ahmed.</div><div> </div></div>