<div dir="ltr">Folks,<br><div><br></div><div>I have setup kolla-ansible and configured octavia using the o-hm0 interface with the tenant and it works. For production I think I should use VLAN based provider for octavia management network so this is what I did </div><div><br></div><div>I have created a bond0.41 dedicated interface on all 3 controller nodes and created vlan 41 on all network switches. </div><div><br></div><div>This is what my global.yml looks like</div><div><br></div><div>## Octivia<br>enable_octavia: "yes"<br>octavia_network_interface: "bond0.41"<br><br>octavia_amp_flavor:<br>  name: "amphora"<br>  is_public: no<br>  vcpus: 2<br>  ram: 2048<br>  disk: 5<br><br>octavia_amp_network:<br>  name: lb-mgmt-net<br>  provider_network_type: vlan<br>  provider_segmentation_id: 41<br>  provider_physical_network: physnet1<br>  external: false<br>  shared: false<br>  subnet:<br>    name: lb-mgmt-subnet<br>    cidr: "<a href="http://192.168.41.0/24">192.168.41.0/24</a>"<br>    allocation_pool_start: "192.168.41.100"<br>    allocation_pool_end: "192.168.41.200"<br>    enable_dhcp: yes<br></div><div><br></div><div>After running the playbook all get setup as per document. When I create loadbalancer it just get stuck in PENDING status. </div><div><br></div><div>[1] Document saying make sure your octavia_network_interface is connected to openvswitch. Do I need to connect manually or will kolla-ansible do that for me?  If I am going to do that then on which bridge I should attach br-ex or br-int ? </div><div><br></div><div>[1] <a href="https://docs.openstack.org/kolla-ansible/latest/reference/networking/octavia.html">https://docs.openstack.org/kolla-ansible/latest/reference/networking/octavia.html</a> </div><div><br></div><div><br></div></div>