<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hi Nathan,<br></div><div><br></div><div>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 eth1.<br></div><div><br></div><div>Also, I think reconfiguring the bridge mappings after a first install is not well tested, so that might have caused the error you found.<br></div><div><br></div><div>Regards,<br></div><div>Javier<br></div><div><br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div dir="ltr">I've been experimenting with a particular configuration from a commercial course on OpenStack, but I've hit an error in packstack pike.<div><br></div><div>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 eth1 have been given valid IP addresses(eth0: 10.0.2.9, eth1: 192.168.2.9), and the hostname of the host has been put into /etc/hosts with the IP address of the external interface.</div><div><br></div><div>I tested my answer file to see that it worked properly as an all-in-one - which it did, but when I make these OVS changes, packstack doesn't finish up properly</div><div><br></div><div>CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=physnet1:br-eth1</div><div>CONFIG_NEUTRON_OVS_BRIDGE_IFACES=br-eth1:eth1</div><div>CONFIG_NEUTRON_OVS_TUNNEL_IF=eth1</div><div><br></div><div>The error I see happens during the compute.pp part of applying the puppet manifests.</div><div><br></div><div>ERROR : Error appeared during Puppet run: 10.0.2.9_compute.pp</div><div>Error: Evaluation Error: Error while evaluating a Function Call, no address for  at /var/tmp/packstack/<code>/modules/packstack/manifests/neutron/ovs_agent.pp:50:27 on node rdotest.gateway</div><div><br></div><div>I've tried to dig through the trace log, but no smoking gun is showing up. </div><div>I can post log files and the answer file if needed.</div><div><br></div><div>Thanks,</div><div><br></div></div><br>_______________________________________________<br>users mailing list<br>users@lists.rdoproject.org<br>http://lists.rdoproject.org/mailman/listinfo/users<br><div><br></div>To unsubscribe: users-unsubscribe@lists.rdoproject.org<br></blockquote><div><br></div></div></body></html>