Add log collection entry for new ansible file
Durring the container image prepare process the ansible log file will now be written to a separate file. This change ensures that we collect the file should it exist. By default the file will be store in the same path as the created log handler, however in the event that the log handler is only stream processing the ansible log file will be writtent to /tmp. To ensure we're collecting the logs correctly, both the /tmp and expected /var/log, path's have been added to log file array. Depends-On: Ib208e53619901421d785ca0883f65954f02e59be Change-Id: Iacc2a015f25266b29feff68bc7ed81b27f9d6aec Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
committed by
Sagi Shnaidman
parent
af7eb48f7a
commit
253bd43032
@@ -197,6 +197,7 @@ artcl_collect_list:
|
||||
- /etc/yum.conf
|
||||
- /etc/yum.repos.d/
|
||||
- /etc/zaqar/
|
||||
- /tmp/tripleo-container-image-prepare-ansible.log
|
||||
- /var/log/atop*
|
||||
- /var/log/dmesg.txt
|
||||
- /var/log/host_info.txt
|
||||
@@ -267,6 +268,7 @@ artcl_collect_list:
|
||||
- /var/log/tacker/
|
||||
- /var/log/tempest/
|
||||
- /var/log/tripleo-container-image-prepare.log
|
||||
- /var/log/tripleo-container-image-prepare-ansible.log
|
||||
- /var/log/trove/
|
||||
- /var/log/vitrage/
|
||||
- /var/log/watcher/
|
||||
|
||||
Reference in New Issue
Block a user