<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Satish,<div><br></div><div>I got stuck at the very same issue when I first set up Octavia. The control. Does need to have an interface on VLAN 41, since they need to communicate with the amphora instances. So you need to create a VLAN 41 interface on all control nodes with an IP of the LB-MGMT-NET outside of your defined allocation pool. If you have a free interface in your control nodes use that, if not you can try to create VETH interfaces as explained in the following article:</div><div><br></div><div><div style="display: block;" class=""><p class="p1" style="margin: 0px; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); -webkit-text-size-adjust: auto;"><span class="s1"><a href="https://cloudbase.it/openstack-on-arm64-lbaas/">*https://cloudbase.it/openstack-on-arm64-lbaas/*</a></span></p><p class="p1" style="margin: 0px; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); -webkit-text-size-adjust: auto;"><br></p><p class="p1" style="margin: 0px; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); -webkit-text-size-adjust: auto;">Cheers,</p><p class="p1" style="margin: 0px; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); -webkit-text-size-adjust: auto;">Oliver</p></div><br><div dir="ltr">Von meinem iPhone gesendet</div><div dir="ltr"><br><blockquote type="cite">Am 06.09.2023 um 00:52 schrieb Satish Patel <satish.txt@gmail.com>:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><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>
</div></blockquote></div></body></html>