From 811200a53d4b9e584bb87c045b040a4e8e6e1a48 Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Tue, 16 Jun 2020 16:09:27 -0400 Subject: [PATCH] Add dcmanager subcloud reconfig command Closes-Bug: 1883303 Change-Id: I7259117949b7d8e2177afee81168a07501d4d9ee Signed-off-by: MCamp859 --- doc/source/cli_ref/dcmanager.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/source/cli_ref/dcmanager.rst b/doc/source/cli_ref/dcmanager.rst index bd123948b..297c6c259 100644 --- a/doc/source/cli_ref/dcmanager.rst +++ b/doc/source/cli_ref/dcmanager.rst @@ -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.