<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-ligatures:standardcontextual;
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="DE-AT" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">I am trying to set up Openstack with Kayobe and right now I’m very stuck at VLAN configuration with LACP bonds on my two network nodes.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Last Friday the network even came to a hold when activating Openvswitch because it started a broadcast storm or something in the whole company even though I have 2 VLANs just for this project.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So I am trying to do it like this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">#bond configuration<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_interface: bond0<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_bootproto: static<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_bond_slaves:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">  - eno12399np0<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">  - eno12409np1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_bond_mode: 802.3ad<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_bond_miimon: 100<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">dummy_net_bond_lacp_rate: fast<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">#configure mgmt interface<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">mgmt_net_interface: brmgmt<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">mgmt_net_bridge_ports:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">  - bond0<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">#external net work interface and bridge configuration<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">#ext_net_bridge_ports:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ext_net_interface: "brbond{{ ext_net_vlan }}"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ext_net_bridge_ports:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">  - "bond0.{{ ext_net_vlan }}"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Part of my networks.yml<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">…<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">external_net_names:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">  - ext_net<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">…<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ext_net_cidr: 172.31.246.0/24<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ext_net_no_ip: true<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ext_net_vlan: 705<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Last time this worked, when I ran a “kayobe overcloud host configure” (the node had network connection) but then “kayobe overcloud service deploy” killed the network when it started the Openvswitch.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Now (today) this configuration doesn’t even allow to reach the network/(to be)neutron nodes (they lose network connection) when the playbook restarts system-networkd. It already creates OVS PHY bridges and lots of stuff
 even though I ran “overcloud service destroy” before that. Should it do that at this stage?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Are there any examples to set up a network node with bonds and vlans and external neutron networks out there? Any suggestions?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thank you </span><span lang="EN-US" style="font-family:"Apple Color Emoji"">😊</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
<br>
<br>
<span style="font-size:7.5pt; font-family:"Arial";color:gray">The information in this email is confidential and may be legally privileged. If you are not the intended recipient of this message, any review, disclosure, copying, distribution, retention, or any
 action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. If you are not the intended recipient, please reply to or forward a copy of this message to the sender and delete the message, any attachments, and any copies thereof
 from your system.</span>
</body>
</html>