<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hello Tod,<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;"><style><!--

@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><div class="WordSection1"><p class="MsoNormal">Hello,</p><p class="MsoNormal">I am setting up OpenStack with Packstack – 1 Controller node + 2 Compute Nodes.</p><p class="MsoNormal">In the instructions here:</p><p class="MsoNormal"><a href="https://www.rdoproject.org/install/adding-a-compute-node/" target="_blank" data-mce-href="https://www.rdoproject.org/install/adding-a-compute-node/">https://www.rdoproject.org/install/adding-a-compute-node/</a><br data-mce-bogus="1"></p><p class="MsoNormal">It says to “Set CONFIG_NEUTRON_OVS_TUNNEL_IF to eth1 or whatever name your network card uses.” In order to isolate tenant traffic.  I have done this (although using ens2f1).</p><p class="MsoNormal">After running Packstack with the answer file, my line:</p><p class="MsoNormal" style="text-indent:.5in" data-mce-style="text-indent: .5in;">Set CONFIG_NEUTRON_OVS_TUNNEL_IF=ens2f1</p><p class="MsoNormal">Is changed to:</p><p class="MsoNormal">              Set CONFIG_NEUTRON_OVS_TUNNEL_IF=</p><p class="MsoNormal">The ens2f1 has been removed.</p><p class="MsoNormal">How do I verify in OpenStack that the tunnel has actually been created and that tenant traffic is actually using ens2f1?</p></div></blockquote><div>If you used the Stein release, you will probably have OVN by default instead of OVS, so the docs will need some update (you can propose the change yourself by clicking on the "Edit on GitHub" ribbon if you are interested).</div><div><br></div><div>In that case, you should have set CONFIG_NEUTRON_OVN_TUNNEL_IF=ens2f1 instead.<br></div><div><br></div><div>For OVN, you can check the tunnels running "ovs-vsctl show". If the command shows some ports like the following:<br></div><div><br></div><div>        Port "ovn-e9d95c-0"<br>            Interface "ovn-e9d95c-0"<br>                type: geneve<br>                options: {csum="true", key=flow, remote_ip="192.168.122.129"}<br><br></div><div>With remote_ip being the IP of another machine, then the tunnel is set up correctly.<br></div><div><br></div><div>Regards,<br></div><div>Javier<br></div><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 class="WordSection1"><p class="MsoNormal">Thanks for your help!</p><p class="MsoNormal"><i>Todd Leishman</i></p><p class="MsoNormal"><i><a href="mailto:toddleish@gmail.com" target="_blank" data-mce-href="mailto:toddleish@gmail.com">toddleish@gmail.com</a></i><br data-mce-bogus="1"></p></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>