With ephemeral-heat, we need to save the needed stack outputs in the working_dir so that the values can be used when needed if the stack is no longer around. With the outputs saved, the stack object no longer needs to be passed to workflows.deployment.config_download and workflows.deployment.get_hosts_and_enable_ssh_admin, only the stack name and output values are needed. Signed-off-by: James Slagle <jslagle@redhat.com> Change-Id: I3cc61bfee94227045909a4b0ccf84a8d595b2cea
6 lines
222 B
YAML
6 lines
222 B
YAML
---
|
|
other:
|
|
- Stack outputs that are needed by other functionality of the overcloud
|
|
deployment are now saved in the stack working directory in an outputs
|
|
subdirectory (default ~/overcloud-deploy/<stack>/outputs).
|