bdfcb56dd3
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
)
11 lines
398 B
YAML
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.
|