Merge "instruction for migrating AIO-SX to AIO-DX in dual IP stack are needed"

This commit is contained in:
Zuul 2025-04-23 15:38:26 +00:00 committed by Gerrit Code Review
commit 6a773b1cba

View File

@ -200,7 +200,29 @@ commands on the |AIO-SX| subcloud.
.. code-block:: none
~(keystone_admin)$ system oam-modify oam_subnet=10.10.10.0/24 oam_gateway_ip=10.10.10.1 oam_floating_ip=10.10.10.12 oam_c0_ip=10.10.10.13 oam_c1_ip=10.10.10.14
~(keystone_admin)$ OAM_POOL=$(system network-list --nowrap | awk '$8 == "oam" { print $12 }') && system addrpool-modify "${OAM_POOL}" --controller0-address 10.10.10.13 --controller1-address 10.10.10.14
If the |OAM| interface is dual-stack (IPv4 and IPv6), perform the same
configuration on the secondary pool. To get the pool's UUID, run the following command:
.. code-block:: none
~(keystone_admin)$ system network-addrpool-list | grep "oam"
| e2052bfe-e17e-4a5c-888c-cf4c96593aa6 | oam | oam-ipv6 |
| 7307b3e2-037a-44f3-a589-11aaa7ff4f11 | oam | oam-ipv4 |
The primary pool name can be identified with:
.. code-block:: none
~(keystone_admin)$ OAM_POOL=$(system network-list --nowrap | awk '$8 == "oam" { print $12 }') && system addrpool-show "${OAM_POOL}" | grep "name"
| name | oam-ipv4 |
In the following example, you need to edit `oam-ipv6`:
.. code-block:: none
~(keystone_admin)$ OAM_POOL=$(system addrpool-list --nowrap | awk '$4 == "oam-ipv6" { print $2 }') && system addrpool-modify "${OAM_POOL}" --controller0-address fd00::a14:104 --controller1-address fd00::a14:105
#. Unlock the controller.