[octavia][openstack-ansible] network layout example

Ionut Biru ionut at fleio.com
Tue Apr 23 13:01:12 UTC 2019


Hello guys,

I have hard time understanding how to create the right layout
infrastructure of octavia.
Does anyone have octavia running in production with OSA?

For now I have created a new tagged interface. Is this the right approach?

auto bond0.40
iface bond0.40 inet manual
    vlan-raw-device bond0

auto br-lbaas
iface br-lbaas inet manual
    bridge_stp off
    bridge_waitport 0
    bridge_fd 0
    pre-up ip link add  br-lbaas-veth type veth peer name eth14 || true
    pre-up ip link set br-lbaas-veth up
    pre-up ip link set eth14 up
    post-down ip link del br-lbaas-veth || true
    bridge_ports bond0.40 br-lbaas-veth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20190423/e5a23bff/attachment.html>


More information about the openstack-discuss mailing list