<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Perfect,<div><br></div><div>Now try same way on 3 nodes and tell me how it goes? </div><div><br></div><div>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/">https://satishdotpatel.github.io//openstack-ansible-octavia/</a><br><br><div dir="ltr">Sent from my iPhone</div><div dir="ltr"><br><blockquote type="cite">On Sep 29, 2020, at 8:27 AM, pwm <pwm2012@gmail.com> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr">Hi,<div> 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.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 29, 2020 at 3:43 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">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>
</div></blockquote></div></body></html>