Merge "deprecated "system oam-modify" is listed in instruction for migrating AIO-SX to AIO-DX (dsr10)" into r/stx.10.0
This commit is contained in:
commit
4dfb5810de
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user