diff options
author | Cédric Jeanneret <cjeanner@redhat.com> | 2019-07-17 15:38:35 +0200 |
---|---|---|
committer | Pavel Moravec <pmoravec@redhat.com> | 2019-08-26 18:21:06 +0200 |
commit | 1066dfe4a80acfb34a18cd63fb22b53dfd2cc18e (patch) | |
tree | bdc566d56aaddb7293f6789b6d2be38af9d0dc86 | |
parent | f9e0a231495adad0e165e908dd0dde768ed62ed0 (diff) | |
download | sos-1066dfe4a80acfb34a18cd63fb22b53dfd2cc18e.tar.gz |
[openstack_instack] Add container-image-prepare log
During undercloud and overcloud deploy preparation steps, a task is
fetching container images and pushing them to a local registry
(usually on the undercloud directly).
Since this task might fail at some point, we need this log in order to
properly debug the issue and provide better support.
The task itself doesn't produce any other output than this log, and only
exists on the undercloud.
Resolves: #1730
Signed-off-by: Cédric Jeanneret <cjeanner@redhat.com>
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r-- | sos/plugins/openstack_instack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/openstack_instack.py b/sos/plugins/openstack_instack.py index 3f3a4d5d..4b36f1ee 100644 --- a/sos/plugins/openstack_instack.py +++ b/sos/plugins/openstack_instack.py @@ -26,6 +26,7 @@ CONTAINERIZED_DEPLOY = [ '/var/lib/mistral/config-download-latest/ansible.log', '/home/stack/.tripleo/history', '/var/lib/tripleo-config/', + '/var/log/tripleo-container-image-prepare.log', ] |