tripleo-heat-templates/releasenotes/notes/container-images-prepare-c446ed0b04c587f7.yaml
Bogdan Dobrelya e489e58db4 Log more details for container images prepare
Add a heat param to log tripleo container images prepare
verbose details into a file.

Depends-On: I1c72b5ef0d7acbc4eded422d569f1383d92ad3c2
Change-Id: I000ffeb9b111c4a2a8919fe448dcead922ef03c3
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-07-13 14:38:51 +03:00

15 lines
671 B
YAML

---
other:
- |
Add the ``ContainerImagePrepareLogFile`` heat parameter, which points to
a log file to store outputs of the
``openstack tripleo container image prepare`` commands
invoked by ansible for containers registry deployments.
As it takes quite a while to finish, and may be retrying intermittent
failures, make the command to log ``--verbose`` details as well.
The default log file ``tripleo-container-image-prepare.log`` will
be placed in the directory containing downloaded ansible playbooks and
inventory files. For undercloud deployments, logs destination is shared
with the default ``install-undercloud.log`` file.