<div dir="ltr"><div>On all controller and compute node, run this</div>ip link set eth14 up<div>brctl addif br-lbaas eth14  <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 3, 2020 at 3:10 AM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Nice, how did you add eth14 to br-lbaas bridge? Are you running OVS?<br>
<br>
On Fri, Oct 2, 2020 at 10:17 AM pwm <<a href="mailto:pwm2012@gmail.com" target="_blank">pwm2012@gmail.com</a>> wrote:<br>
><br>
> Tested on 3 nodes and 1 compute node, it is working fine by adding the eth14 to the br-lbaas bridge.<br>
> Satish your solution will save 1 physical interface, will try your solution using VLAN later.<br>
><br>
> Thanks<br>
><br>
><br>
><br>
><br>
> On Thu, Oct 1, 2020 at 10:27 PM pwm <<a href="mailto:pwm2012@gmail.com" target="_blank">pwm2012@gmail.com</a>> wrote:<br>
>><br>
>> ok, will try to test it on 3 nodes this weekend. I see you are using the Linux bridge, thanks for sharing your solution.<br>
>><br>
>><br>
>> On Tue, Sep 29, 2020 at 10:01 PM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br>
>>><br>
>>> Perfect,<br>
>>><br>
>>> Now try same way on 3 nodes and tell me how it goes?<br>
>>><br>
>>> Because I was having issue in my environment to make it work so I used different method which is here on my blog <a href="https://satishdotpatel.github.io//openstack-ansible-octavia/" rel="noreferrer" target="_blank">https://satishdotpatel.github.io//openstack-ansible-octavia/</a><br>
>>><br>
>>> Sent from my iPhone<br>
>>><br>
>>> On Sep 29, 2020, at 8:27 AM, pwm <<a href="mailto:pwm2012@gmail.com" target="_blank">pwm2012@gmail.com</a>> wrote:<br>
>>><br>
>>> <br>
>>> Hi,<br>
>>>  I'm testing on AIO before moving to a 3 nodes controller. Haven't tested on 3 nodes controller yet but I do think it will get the same issue.<br>
>>><br>
>>> On Tue, Sep 29, 2020 at 3:43 AM Satish Patel <<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Hi,<br>
>>>><br>
>>>> I was dealing with the same issue a few weeks back so curious are you<br>
>>>> having this problem on AIO or 3 node controllers?<br>
>>>><br>
>>>> ~S<br>
>>>><br>
>>>> On Sun, Sep 27, 2020 at 10:27 AM pwm <<a href="mailto:pwm2012@gmail.com" target="_blank">pwm2012@gmail.com</a>> wrote:<br>
>>>> ><br>
>>>> > Hi,<br>
>>>> > I using the following setup for Octavia load balancer on OVS<br>
>>>> > Ansible openstack_user_config.yml<br>
>>>> >     - network:<br>
>>>> >         container_bridge: "br-lbaas"<br>
>>>> >         container_type: "veth"<br>
>>>> >         container_interface: "eth14"<br>
>>>> >         host_bind_override: "eth14"<br>
>>>> >         ip_from_q: "octavia"<br>
>>>> >         type: "flat"<br>
>>>> >         net_name: "octavia"<br>
>>>> >         group_binds:<br>
>>>> >           - neutron_openvswitch_agent<br>
>>>> >           - octavia-worker<br>
>>>> >           - octavia-housekeeping<br>
>>>> >           - octavia-health-manager<br>
>>>> ><br>
>>>> > user_variables.yml<br>
>>>> > octavia_provider_network_name: "octavia"<br>
>>>> > octavia_provider_network_type: flat<br>
>>>> > octavia_neutron_management_network_name: lbaas-mgmt<br>
>>>> ><br>
>>>> > /etc/netplan/50-cloud-init.yaml<br>
>>>> >  br-lbaas:<br>
>>>> >             dhcp4: no<br>
>>>> >             interfaces: [ bond10 ]<br>
>>>> >             addresses: []<br>
>>>> >             parameters:<br>
>>>> >                 stp: false<br>
>>>> >                 forward-delay: 0<br>
>>>> >  bond10:<br>
>>>> >             dhcp4: no<br>
>>>> >             addresses: []<br>
>>>> >             interfaces: [ens16]<br>
>>>> >             parameters:<br>
>>>> >                 mode: balance-tlb<br>
>>>> ><br>
>>>> > brctl show<br>
>>>> > bridge name     bridge id                         STP enabled     interfaces<br>
>>>> > br-lbaas            8000.d60e4e80f672       no                      2ea34552_eth14<br>
>>>> >                                                                                           bond10<br>
>>>> ><br>
>>>> > However, I am getting the following error when creating the load balance<br>
>>>> > octavia.amphorae.drivers.haproxy.rest_api_driver [-] Could not connect to instance. Retrying.: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='172.29.233.47', port=9443<br>
>>>> ><br>
>>>> > The Octavia api container unable to connect to the amphora instance.<br>
>>>> > Any missing configuration, cause I need to manually add in the eth14 interface to the br-lbaas bridge in order to fix the connection issue<br>
>>>> > brctl addif br-lbaas eth14<br>
>>>> ><br>
>>>> > Thanks<br>
</blockquote></div>