openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #13986
Re: multi_host not working
They are identical except for these options:
--vncserver_proxyclient_address=10.10.20.11X
--vncserver_listen=10.10.20.11X
--routing_source_ip=10.10.20.11X
The ip that gets issues as gateway is the one in this option
--flat_network_dhcp_start=10.10.11.129
The network range for the flat network and the underlying network on the
2nd NIC is the same 10.10.11.0/24. Not sure if this should be this way
or if it is better for the flat network with a different range.
Each of the nodes have two NICs:
eth0 - 10.10.20.11X - public
eth3 - 10.10.11.11X - private - bridged to br100 and assigned
10.10.11.129 on the controller node
They also have eth1 and eth2 bonded into bond0 with IP 10.10.12.11X, but
that is not used by OpenStack at all.
Tx
M
On 02/07/2012 17:02, Nathanael Burton wrote:
Are the nova.conf files identical across all the nodes?
On Jul 2, 2012 10:47 AM, "Marnus van Niekerk" <m@xxxxxxxx
<mailto:m@xxxxxxxx>> wrote:
On 02/07/2012 16:14, Nathanael Burton wrote:
This is actually what multi_host should be doing when enabled.
What
node is that original gateway address from? Is that a different
compute node?
Yes, its is the br100 ip of the controller node which is also a
compute node.
M
References