File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 26
26
27
27
#. Check ``octavia_net_interface `` is configured in ``${KAYOBE_CONFIG_PATH}/inventory/group_vars/ `` (often in ``controllers/network-interfaces.yml ``).
28
28
29
- - IF NOT CONFIGURED
29
+ - IF NOT CONFIGURED
30
30
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 ``.
32
32
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 }} ``.
36
34
37
- - IF CONFIGURED
35
+ 2.3. If they are, then ``octavia_net_interface: "{{ brbond0_interface }}.{{ octavia_net `` ± ``_vlan }}" ``.
36
+
37
+ - IF CONFIGURED
38
38
39
39
2.1. Continue to step 3.
40
40
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 ``.
42
46
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
44
50
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
-
51
51
3.1. Continue to step 4.
52
52
53
- #. Dependencies if:
53
+ #. Dependencies if:
54
+
55
+ - USING VLAN
56
+
57
+ 4.1. Set ``kolla_enable_neutron_provider_networks: true `` in ``kolla.yml ``.
54
58
55
- - USING VLAN
59
+ - USING AMPHORA
56
60
57
- 4.1. Set ``kolla_enable_neutron_provider_networks: true `` in ``kolla.yml ``.
58
-
59
- - USING AMPHORA
60
-
61
61
4.1. Set ``octavia_loadbalancer_topology: "ACTIVE_STANDBY" `` in ``${KAYOBE_CONFIG_PATH}/kolla/globals.yml ``.
62
62
63
63
#. Run ``kayobe overcloud service reconfigure ``.
You can’t perform that action at this time.
0 commit comments