File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ should also be set in ``kolla.yml``.
3232 It of course goes without saying that the network configured for ``octavia_net_interface ``
3333 should also exist in ``networks.yml ``.
3434
35- By default Octavia will deploy an Amphora (a single Ubuntu VM running HAProxy) per load balancing service. This should be
36- changed to make them highly available and have two Amphora VM per service. Done by setting
37- ``octavia_loadbalancer_topology: "ACTIVE_STANDBY" `` in `` ${KAYOBE_CONFIG_PATH}/kolla/globals.yml ``,
38- this will ensure that if the master Amphora VM were to go down, the other would be able to
39- take over the load balancing functions.
35+ By default Octavia will deploy an Amphora (a single Ubuntu VM running HAProxy) per load balancing service.
36+ Consequently, if using Amphora this default behaviour should be changed to make them highly available so that
37+ there are two Amphora VMs per service. Done by setting ``octavia_loadbalancer_topology: "ACTIVE_STANDBY" ``
38+ in `` ${KAYOBE_CONFIG_PATH}/kolla/globals.yml ``, this will ensure that if the master Amphora VM were to go down,
39+ the other would be able to take over the load balancing functions.
4040
4141Further configuration options and details on installation can be found in the
4242`Octavia documentation <https://docs.openstack.org/kolla-ansible/latest/reference/networking/octavia.html >`_.
You can’t perform that action at this time.
0 commit comments