Fix step numbering

Numbered list resets mid-list are fixed.
Resolved merge conflict.
Fixed 'greybar' issue.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I748039fb2680ec60f69b2928da219aff1da6b816
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
Ron Stone 2021-06-09 17:23:58 -04:00
parent ccb1d63cc2
commit 73acfbfdfb
4 changed files with 36 additions and 36 deletions

View File

@ -2,9 +2,9 @@
.. vbb1579292724479 .. vbb1579292724479
.. _installing-a-subcloud-using-redfish-platform-management-service: .. _installing-a-subcloud-using-redfish-platform-management-service:
=============================================================== ============================================================
Installing a Subcloud Using Redfish Platform Management Service Install a Subcloud Using Redfish Platform Management Service
=============================================================== ============================================================
For subclouds with servers that support Redfish Virtual Media Service \(version For subclouds with servers that support Redfish Virtual Media Service \(version
1.2 or higher\), you can use the Central Cloud's CLI to install the ISO and 1.2 or higher\), you can use the Central Cloud's CLI to install the ISO and

View File

@ -138,6 +138,7 @@ using the ansible playbook.
.. include:: ../_includes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rest .. include:: ../_includes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rest
.. _manually-migrate-a-subcloud-from-AIO-SX-to-AIO-DX: .. _manually-migrate-a-subcloud-from-AIO-SX-to-AIO-DX:
================================================= =================================================

View File

@ -266,7 +266,8 @@ Follow the steps below to manually upgrade the System Controller:
#. Upgrade **controller-0**. #. Upgrade **controller-0**.
.. xbooklink For more information, see :ref:`|updates-doc| <software-updates-and-upgrades-software-updates>` guide. For more information, see :ref:`Updates and Upgrades
<software-updates-and-upgrades-software-updates>`.
#. Lock **controller-0**. #. Lock **controller-0**.

View File

@ -23,9 +23,9 @@ accessMode.
.. _iqu1616951298602-steps-bdr-qnm-tkb: .. _iqu1616951298602-steps-bdr-qnm-tkb:
#. Create the **rwx-test-claim** Persistent Volume Claim. Create the **rwx-test-claim** Persistent Volume Claim.
#. Create a yaml file defining the claim and its attributes. #. Create a yaml file defining the claim and its attributes.
For example: For example:
@ -46,7 +46,7 @@ accessMode.
storageClassName: cephfs storageClassName: cephfs
EOF EOF
2. Apply the settings created above. #. Apply the settings created above.
.. code-block:: none .. code-block:: none
@ -64,8 +64,6 @@ following command.
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS
rwx-test-claim Bound pvc-df9f.. 1Gi RWX cephfs rwx-test-claim Bound pvc-df9f.. 1Gi RWX cephfs
.. code-block:: none
~(keystone_admin)]$ kubectl get persistentvolume ~(keystone_admin)]$ kubectl get persistentvolume
NAME CAPACITY ACCESS.. RECLAIM.. STATUS CLAIM STORAGECLASS NAME CAPACITY ACCESS.. RECLAIM.. STATUS CLAIM STORAGECLASS
pvc-df9f.. 1Gi RWX Delete Bound default/rwx-test-claim cephfs pvc-df9f.. 1Gi RWX Delete Bound default/rwx-test-claim cephfs