From 087a3e2488a799bf48f087b8b37ab6405407638e Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Thu, 9 Jun 2022 14:43:32 -0400 Subject: [PATCH] Restore StX DC redfish step (r5,r6,r7) Restore dcmanager subcloud add step Address patchset 1 review comment Signed-off-by: Ron Stone Change-Id: I6d73b4e39738cc678dd3e998e0994d71ec23bae8 --- ...ng-redfish-platform-management-service.rst | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst index e739dc84c..518b8b958 100644 --- a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst +++ b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst @@ -291,6 +291,48 @@ command with the install-values.yaml file containing the desired :start-after: begin-prepare-files-to-copy-deployment-config :end-before: end-prepare-files-to-copy-deployment-config +.. only:: starlingx + + 4. Add the subcloud using dcmanager. + + When calling the :command:`subcloud add` command, specify the install + values, the bootstrap values and the subcloud’s sysadmin password. + + .. code-block:: none + + ~(keystone_admin)]$ dcmanager subcloud add \ + --bootstrap-address \ + --bootstrap-values /home/sysadmin/subcloud1-bootstrap-values.yaml \ + --sysadmin-password \ + --install-values /home/sysadmin/install-values.yaml \ + --bmc-password + + If the ``--sysadmin-password`` is not specified, you are prompted to + enter it once the full command is invoked. The password is masked + when it is entered. + + .. code-block:: none + + Enter the sysadmin password for the subcloud: + + (Optional) The ``--bmc-password `` is used for subcloud + installation, and only required if the ``--install- values`` parameter is + specified. + + If the ``--bmc-password `` is omitted and the + ``--install-values`` option is specified the system administrator will be + prompted to enter it, following the :command:`dcmanager subcloud add` + command. This option is ignored if the ``--install-values`` option is not + specified. The password is masked when it is entered. + + .. code-block:: none + + Enter the bmc password for the subcloud: + + The :command:`dcmanager subcloud show` or :command:`dcmanager subcloud list` + command can be used to view subcloud add progress. + + #. At the Central Cloud / System Controller, monitor the progress of the subcloud install, bootstrapping, and deployment by using the deploy status field of the :command:`dcmanager subcloud list` command.