python-tripleoclient/releasenotes/notes/refactor-only-cli-args-cb70ed8ba8b166a9.yaml
James Slagle bdfcb56dd3 Refactor --stack-only, --setup-only, --config-download-only
Refactors the --stack-only, --setup-only, --config-download-only, to work
with ephemeral-heat. The arguments now do the expected behavior and work
with how they previously worked prior to ephemeral heat.

--stack-only: create the stack, download the config. no overcloud node
              changes
--setup-only: ssh admin authorization setup.
--config-download-only: run config-download playbook(s) to configure the
                        overcloud.

Signed-off-by: James Slagle <jslagle@redhat.com>
Depends-On: Ie47abe2d7c5d7891aceb88d9008d45d7922dea15
Change-Id: Ia765c2c2ea548a1dcd20f592eda8741f40a1cf16
(cherry picked from commit 1cd6f2829f)
2021-10-27 13:43:20 -04:00

11 lines
398 B
YAML

---
features:
- |
The cli arguments that control what parts of the deployment to execute
have been refactored to better align with the user expected intention,
--stack-only: create the stack, download the config. no overcloud node
changes
--setup-only: ssh admin authorization setup.
--config-download-only: run config-download playbook(s) to configure the
overcloud.