Skip to content

Commit 0277b00

Browse files
committed
Linter fails in octavia.rst
1 parent 8f45cdd commit 0277b00

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

doc/source/operations/octavia.rst

+20-20
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,38 @@ as:
2626

2727
#. Check ``octavia_net_interface`` is configured in ``${KAYOBE_CONFIG_PATH}/inventory/group_vars/`` (often in ``controllers/network-interfaces.yml``).
2828

29-
- IF NOT CONFIGURED
29+
- IF NOT CONFIGURED
3030

31-
2.1. Check if a ``bond_interface`` has been configured, still within ``network-interfaces.yml``.
31+
2.1. Check if a ``bond_interface`` has been configured, still within ``network-interfaces.yml``.
3232

33-
2.2. Check whether other network interfaces, such as ``internal_interface``, are configured to use ``{{ bond_interface }}`` and/or ``{{ .._vlan }}``.
34-
35-
2.3. If they are, then ``octavia_net_interface: "{{ brbond0_interface }}.{{ octavia_net`` ± ``_vlan }}"``.
33+
2.2. Check whether other network interfaces, such as ``internal_interface``, are configured to use ``{{ bond_interface }}`` and/or ``{{ .._vlan }}``.
3634

37-
- IF CONFIGURED
35+
2.3. If they are, then ``octavia_net_interface: "{{ brbond0_interface }}.{{ octavia_net`` ± ``_vlan }}"``.
36+
37+
- IF CONFIGURED
3838

3939
2.1. Continue to step 3.
4040

41-
#. Check that the ``{{ .._net_.. }}`` network configured for ``octavia_net_interface`` exists in ``networks.yml``.
41+
#. Check that the ``{{ .._net_.. }}`` network configured for ``octavia_net_interface`` exists in ``networks.yml``.
42+
43+
- IF NOT CONFIGURED
44+
45+
3.1. Set ``octavia_net_name: octavia_net``.
4246

43-
- IF NOT CONFIGURED
47+
3.2. Configure the Octavia network IP information, making sure to set ``octavia_net_vlan`` if using a VLAN.
48+
49+
- IF CONFIGURED
4450

45-
3.1. Set ``octavia_net_name: octavia_net``.
46-
47-
3.2. Configure the Octavia network IP information, making sure to set ``octavia_net_vlan`` if using a VLAN.
48-
49-
- IF CONFIGURED
50-
5151
3.1. Continue to step 4.
5252

53-
#. Dependencies if:
53+
#. Dependencies if:
54+
55+
- USING VLAN
56+
57+
4.1. Set ``kolla_enable_neutron_provider_networks: true`` in ``kolla.yml``.
5458

55-
- USING VLAN
59+
- USING AMPHORA
5660

57-
4.1. Set ``kolla_enable_neutron_provider_networks: true`` in ``kolla.yml``.
58-
59-
- USING AMPHORA
60-
6161
4.1. Set ``octavia_loadbalancer_topology: "ACTIVE_STANDBY"`` in ``${KAYOBE_CONFIG_PATH}/kolla/globals.yml``.
6262

6363
#. Run ``kayobe overcloud service reconfigure``.

0 commit comments

Comments
 (0)