Re: [rdo-users] Problem with OVS configuration in packstack

2018-01-19 Thread Javier Pena
Hi Nathan, If you just want eth1 to have the traffic between nodes, you just need to set CONFIG_NEUTRON_OVS_TUNNEL_IF=eth1 and leave the bridge configuration to use eth0. The bridge will then be used to provide external network access to your instances, while the vxlan tunnel will be using

[rdo-users] Problem with OVS configuration in packstack

2018-01-18 Thread Nathan Butcher
I've been experimenting with a particular configuration from a commercial course on OpenStack, but I've hit an error in packstack pike. Essentially the idea is to have an eth0 as an external interface out to the wider internet, and eth1 for all the internal traffic between nodes. Both eth0 and