<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello guys,<br><div><br></div><div>I have hard time understanding how to create the right layout infrastructure of octavia. </div><div>Does anyone have octavia running in production with OSA? </div><div><br></div><div>For now I have created a new tagged interface. Is this the right approach?</div><div><br></div><div><div>auto bond0.40</div><div>iface bond0.40 inet manual</div><div>    vlan-raw-device bond0</div></div><div><br></div><div><div>auto br-lbaas</div><div>iface br-lbaas inet manual</div><div>    bridge_stp off</div><div>    bridge_waitport 0</div><div>    bridge_fd 0</div><div>    pre-up ip link add  br-lbaas-veth type veth peer name eth14 || true</div><div>    pre-up ip link set br-lbaas-veth up</div><div>    pre-up ip link set eth14 up</div><div>    post-down ip link del br-lbaas-veth || true</div><div>    bridge_ports bond0.40 br-lbaas-veth</div></div><div><br></div></div></div></div>