Merge "OAM address change for DC subclouds information missing"

This commit is contained in:
Zuul 2024-10-09 13:40:40 +00:00 committed by Gerrit Code Review
commit 7dc8f326fe

View File

@ -93,6 +93,21 @@ resources are available to migrate any running instances.
On AIO Simplex systems you do not need to lock and unlock the host. The On AIO Simplex systems you do not need to lock and unlock the host. The
changes are applied automatically. changes are applied automatically.
In the |prod-dc| system, if the system controller |OAM| address is changed
(the network itself or the floating address), subclouds need to update the
address pool ``system-controller-oam-subnet`` so that the registry.central domain
points to the new value. Run the following command on all subclouds:
.. code-block::
~(keystone_admin)]$ system addrpool-modify [system-controller-oam-subnet's uuid] \
--network [new system-controller OAM network address] \
--prefix [new system-controller OAM network prefix] \
--ranges [new system-controller OAM network address range] \
--floating-address [new system-controller OAM floating address]
Adjust the necessary parameters based on the altered values in the system controller.
.. rubric:: |postreq| .. rubric:: |postreq|
(Optional) If you are running Docker proxy on your system, you need to (Optional) If you are running Docker proxy on your system, you need to