docs/doc/source/dist_cloud/kubernetes/reinstalling-a-subcloud-with-redfish-platform-management-service.rst
Ron Stone 10805c3e8f Apply dir convention to DC
Moved all DC content under a kubernetes directory. This is needed
to allow title versioning distinctions in partner builds.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ia7ab4fccc7cb9ed6c242cf584f237165f00e5ef2
2021-08-03 07:57:24 -04:00

154 lines
5.7 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _reinstalling-a-subcloud-with-redfish-platform-management-service:
=============================================================
Reinstall a Subcloud with Redfish Platform Management Service
=============================================================
For subclouds with servers that support Redfish Virtual Media Service
\(version 1.2 or higher\), you can use the Central Cloud's CLI to reinstall
the ISO and bootstrap subclouds from the Central Cloud.
.. caution::
All application and data on the subcloud will be lost after reinstallation.
.. rubric:: |context|
The subcloud reinstallation has these phases:
Executing the dcmanager subcloud reinstall command in the Central Cloud:
- Uses Redfish Virtual Media Service to remote install the ISO on controller-0
in the subcloud.
- Uses Ansible to bootstrap |prod| on controller-0.
.. only:: partner
.. include:: /_includes/reinstalling-a-subcloud-with-redfish-platform-management-service.rest
:start-after: begin-ref-1
:end-before: end-ref-1
.. rubric:: |prereq|
- The install values are required for subcloud reinstallation. By default,
install values are stored in database after a subcloud installation or
upgrade, and the reinstallation will re-use these values. You can use the
following CLI command in the Central Cloud to update them if necessary:
.. code-block:: none
~(keystone_admin)]$ dcmanager subcloud update subcloud1 --install-values\ install-values.yml --bmc-password <password>
For more information on install-values.yml file, see :ref:`Install a
Subcloud Using Redfish Platform Management Service
<installing-a-subcloud-using-redfish-platform-management-service>`.
You can only reinstall the same software version with the Central Cloud on
the subcloud. If the software version of the subcloud is not same as the
system controller, the reinstall command will update the software version of
the subcloud and install the correct version afterwards.
- Check the subcloud's availability in the Central Cloud.
For example:
.. code-block:: none
~(keystone_admin)]$ dcmanager subcloud list
+----+----------+------------+--------------+---------------+---------+
| id | name | management | availability | deploy status | sync |
+----+----------+------------+--------------+---------------+---------+
| 1 | subcloud1| unmanaged | offline | complete | unknown |
+----+----------+------------+--------------+---------------+---------+
As the reinstall will cause data and application loss, it is not necessary
and not recommended to reinstall a healthy subcloud. Reinstallation request
of a managed or online subcloud will therefore be rejected.
.. rubric:: |proc|
#. Create the subcloud bootstrap-values.yml file if it is not available
already. This file contains the configuration parameters used to bootstrap
the controller-0 of the subcloud that differ from the default bootstrap
values.
For more information on bootstrap-values.yml file, see :ref:`Install a
Subcloud Using Redfish Platform Management Service
<installing-a-subcloud-using-redfish-platform-management-service>`.
.. only:: partner
.. include:: /_includes/reinstalling-a-subcloud-with-redfish-platform-management-service.rest
:start-after: begin-ref-2
:end-before: end-ref-2
#. Execute the reinstall CLI.
For example:
.. code-block:: none
~(keystone_admin)]$ dcmanager subcloud reinstall subcloud1 --bootstrap-values /home/sysadmin/subcloud1-bootstrap-values.yml sysadmin-password <sysadmin_password>
.. only:: partner
.. include:: /_includes/reinstalling-a-subcloud-with-redfish-platform-management-service.rest
:start-after: begin-ref-3
:end-before: end-ref-3
#. Confirm the reinstall of the subcloud.
You are prompted to enter ``reinstall`` to confirm the reinstallation.
.. warning::
This will reinstall the subcloud. All applications and data on the
subcloud will be lost.
Please type ``reinstall`` to confirm: reinstall
Any other input will abort the reinstallation.
#. In the Central Cloud, monitor the progress of the subcloud installation
and bootstrapping by viewing the deploy status field of the dcmanager
subcloud list command.
For example:
.. code-block:: none
~(keystone_admin)]$ dcmanager subcloud list
+----+-----------+------------+--------------+---------------+---------+
| id | name | management | availability | deploy status | sync |
+----+-----------+------------+--------------+---------------+---------+
| 1 | subcloud1 | unmanaged | offline | installing | unknown |
+----+-----------+------------+--------------+---------------+---------+
For more information on the deploy status filed, see :ref:`Install a Subcloud Using Redfish Platform Management Service
<installing-a-subcloud-using-redfish-platform-management-service>`.
You can also monitor detailed logging of the subcloud installation and
bootstrapping by monitoring the following log file on the active
controller in the Central Cloud:
- /var/log/dcmanager/ansible/subcloud1_playbook_output.log
#. After the subcloud is successfully reinstalled and bootstrapped, run the
subcloud reconfig command to complete the process. The subcloud
availability status will change from offline to online when the
reconfiguration is complete. For more information, see :ref:`Manage
Subclouds Using the CLI <managing-subclouds-using-the-cli>`.
.. only:: partner
.. include:: /_includes/reinstalling-a-subcloud-with-redfish-platform-management-service.rest
:start-after: begin-ref-4
:end-before: end-ref-4