e489e58db4
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>
15 lines
671 B
YAML
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.
|