File tree 1 file changed +5
-5
lines changed
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``.
32
32
It of course goes without saying that the network configured for ``octavia_net_interface ``
33
33
should also exist in ``networks.yml ``.
34
34
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.
40
40
41
41
Further configuration options and details on installation can be found in the
42
42
`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