Skip to content

Commit 96895b6

Browse files
authored
Update Amphora high availability wording
1 parent a87a013 commit 96895b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/operations/octavia.rst

+5-5
Original file line numberDiff line numberDiff 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

4141
Further 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>`_.

0 commit comments

Comments
 (0)