Add dcmanager subcloud reconfig command
Closes-Bug: 1883303 Change-Id: I7259117949b7d8e2177afee81168a07501d4d9ee Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
parent
ac28a04426
commit
811200a53d
@ -68,14 +68,19 @@ This set of commands provides subcloud management, including basic add, delete,
|
||||
list, show, and update operations on a subcloud.
|
||||
|
||||
``subcloud add``
|
||||
Add a new subcloud.
|
||||
Add a new subcloud.
|
||||
|
||||
Note that this command will create the subcloud in the central cloud's
|
||||
database as well as run the Ansible bootstrap playbook on the new subcloud.
|
||||
Note that this command will create the subcloud in the central cloud's
|
||||
database, run the Ansible bootstrap playbook on the new subcloud, and
|
||||
optionally run a deployment playbook.
|
||||
|
||||
``subcloud delete``
|
||||
Delete subcloud details from the database.
|
||||
|
||||
``subcloud-deploy upload``
|
||||
Upload the optional deployment playbook, helm chart, and overrides to be
|
||||
used with ``subcloud add``.
|
||||
|
||||
``subcloud list``
|
||||
List subclouds.
|
||||
|
||||
@ -83,6 +88,10 @@ list, show, and update operations on a subcloud.
|
||||
Manage a subcloud. Enables the active synchronization of data between the
|
||||
central cloud and the subcloud.
|
||||
|
||||
``subcloud reconfig``
|
||||
Re-run the deployment playbook on a subcloud using an updated configuration
|
||||
file.
|
||||
|
||||
``subcloud show``
|
||||
Show the details of a subcloud.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user