Files
python-tripleoclient/releasenotes/notes/save-stack-outputs-61c2ad9528ae2529.yaml
James Slagle 276a6def10 Save needed stack outputs in working_dir
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
2021-10-25 12:11:41 -06:00

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).