Hi Major,<br><br>Well it almost does. Except on my neutron agents container I ended up with a eth12....<br><br>And I do have a flat network plumbed in to the infrastructure host ( on which the neutron agent container resides ) via br-vlan. <br><br>Thoughts?<br><br>Thank you for the engagement and previous prompt rely! I really appreciate the help. <br><br>Wade<br><div class="gmail_quote"><div dir="ltr">On Wed, Feb 17, 2016 at 2:33 PM Major Hayden <<a href="mailto:major@mhtx.net">major@mhtx.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02/17/2016 01:23 PM, Wade Holler wrote:<br>
> Going to ask this question without much data or background as I hope someone very familiar with openstack-ansible will be able to easily answer it.<br>
><br>
> I tried to follow the install guide and network config pretty closely.<br>
><br>
> All is well except my physical compute nodes don't have an eth12.<br>
><br>
> What is the best was to change the openstack-ansible config (/etc/openstack_deploy/openstack_user_config.yml /etc/openstack_deploy/user_variables.yml ) such that this is tolerated.  i.e., flat:eth12 not placed in the physical_interface_mappings line of /etc/neutron/plugins/ml2/linuxbridge_agent.ini ?<br>
<br>
Hello Wade,<br>
<br>
I ran into this problem as well and it's a bit confusing.  The eth12 interface is used in the AIO since we need three networks (VLAN, flat, and VXLAN), but we have only two bridges (br-vlan and br-vxlan).  You can use eth12 in your deployments, but you'll need to create a veth for that.  There's no requirement to use all three of these network types in your production environment.<br>
<br>
Which networks do you plan to use?  If you plan to use VLAN and VXLAN without flat networking, you can omit the provider network section for the flat network.  Here's an excerpt from what I'm using in production:<br>
<br>
  <a href="https://gist.github.com/major/b8771c99e1274e89bc98" rel="noreferrer" target="_blank">https://gist.github.com/major/b8771c99e1274e89bc98</a><br>
<br>
Does that help?<br>
<br>
--<br>
Major Hayden<br>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org" target="_blank">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote></div>