@@ -7,30 +7,31 @@ Octavia
7
7
Introduction to Octavia
8
8
=======================
9
9
10
- Octavia is known as an *operator-scaled * load balancing service.
10
+ Octavia is known as an *operator-scaled * load balancing service.
11
11
12
12
.. _Deploying Octavia :
13
13
14
14
Deploying Octavia
15
15
=================
16
16
17
- Much like any other Kolla managed service, the method of deploying Octavia is as simple
17
+ Much like any other Kolla managed service, the method of deploying Octavia is as simple
18
18
as enabling ``kolla_enable_octavia: true `` within the chosen environment's ``kolla.yml ``.
19
- However, before running a ``kayobe overcloud service configure ``, check
20
- ``octavia_net_interface `` (often found within the ``controllers `` directory within
21
- ``group_vars ``) to see the network which Octavia management network will be using.
19
+ However, before running a ``kayobe overcloud service configure ``, check
20
+ ``octavia_net_interface `` (often found within the ``controllers `` directory within
21
+ ``group_vars ``) to see the network which Octavia management network will be using.
22
22
If it is configured to use a VLAN then ``kolla_enable_neutron_provider_networks: true ``
23
23
should also be set in ``kolla.yml ``.
24
24
25
25
.. note ::
26
26
27
- It of course goes without saying that the network configured for ``octavia_net_interface ``
27
+ It of course goes without saying that the network configured for ``octavia_net_interface ``
28
28
should also exist in ``networks.yml ``.
29
29
30
- By default Octavia will deploy a single Amphora VM per load balancing service, this should be
31
- changed to make them highly available and have two Amphora VM per service. Done by setting
32
- ``octavia_loadbalancer_topology: "ACTIVE_STANDBY" ``, this will ensure that if the master
33
- Amphora VM were to go down, the other would be able to take over the load balancing functions.
30
+ By default Octavia will deploy a single Amphora VM per load balancing service, this should be
31
+ changed to make them highly available and have two Amphora VM per service. Done by setting
32
+ ``octavia_loadbalancer_topology: "ACTIVE_STANDBY" `` in ``${KAYOBE_CONFIG_PATH}/kolla/globals.yml ``,
33
+ this will ensure that if the master Amphora VM were to go down, the other would be able to
34
+ take over the load balancing functions.
34
35
35
36
.. _Amphora image :
36
37
0 commit comments