From 4b9fe52abfa546cfe6f484f6d317c74f0555f998 Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Wed, 2 Apr 2025 02:34:37 +0000 Subject: [PATCH] deprecated "system oam-modify" is listed in instruction for migrating AIO-SX to AIO-DX (dsr10) Change-Id: Ia2c219cfed2e462ba5d71f00b98f0410b4fc8418 Signed-off-by: Ngairangbam Mili --- ...an-aiosx-subcloud-to-an-aiodx-subcloud.rst | 36 ++++++++++++++----- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst b/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst index b52a7f17a..80be26c0b 100644 --- a/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst @@ -106,12 +106,21 @@ using the ansible playbook. .. note:: - Run the following command on an |AIO-SX| system before changing to |AIO-DX|, as this - does not apply to |AIO-DX| systems. + Run the following command on an |AIO-SX| system before converting it to + an |AIO-DX| system. The following command should be used if the host-based Ceph + storage backend is used. - .. code-block:: none + .. code-block:: none - ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + + .. note:: + + When the Rook-Ceph storage backend is configured, run the following command: + + .. code-block:: none + + ~(keystone_admin)$ system storage-backend-modify ceph-rook-store replication=2 For example, if the subcloud name is 'subcloud1', enter: @@ -171,12 +180,21 @@ commands on the |AIO-SX| subcloud. .. note:: - Run the following command on an |AIO-SX| system before changing to |AIO-DX|, as this - does not apply to |AIO-DX| systems. + Run the following command on an |AIO-SX| system before converting it to + an |AIO-DX| system. The following command should be used if the host-based Ceph + storage backend is used. - .. code-block:: none + .. code-block:: none - ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + + .. note:: + + When the Rook-Ceph storage backend is configured, run the following command: + + .. code-block:: none + + ~(keystone_admin)$ system storage-backend-modify ceph-rook-store replication=2 #. Change the system mode to 'duplex'. @@ -200,7 +218,7 @@ 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 #. Unlock the controller.