Re: DevStack-opendaylight on a multi-node setup
Michał Skalski <michal@...>
Hi, The local_ip attribute inside ovs configuration indicate the endpoint of vxlan tunnel on specific node. As you can see here [1] value of this attribute is save inside $ODL_LOCAL_IP which is by default equal to HOST_IP: [2]. So when you define HOST_IP it will be used as a vxlan endpoint which cause that tunnel traffic will go through interface with this IP address assigned. You can overwrite this by explicit defining ODL_LOCAL_IP in your local.conf.Here is an example of mine local.conf file: [3] [1] https://github.com/openstack/networking-odl/blob/master/devstack/plugin.sh#L341 [2] https://github.com/openstack/networking-odl/blob/master/devstack/plugin.sh#L333 [3]https://gist.github.com/michalskalski/b6f12b318e279ebf3deb 2015-07-30 20:37 GMT+02:00 <C_Venkataraghavan@...>:
|
|