From 5f61453e34dabd1e734ac26168b4d4a25d7953ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 19 Feb 2019 10:20:10 +0100 Subject: [PATCH] Fix log collection for directory The path needs to finish with a '/' in order to collect directories. Change-Id: I51eb57ef897030877cdd2733e433cfaf5901b726 --- toci-quickstart/config/collect-logs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toci-quickstart/config/collect-logs.yml b/toci-quickstart/config/collect-logs.yml index 716f19e85..2f0ab2b5d 100644 --- a/toci-quickstart/config/collect-logs.yml +++ b/toci-quickstart/config/collect-logs.yml @@ -9,7 +9,7 @@ artcl_rsync_logs: false artcl_collect_list: - /var/lib/docker-puppet/ - /var/lib/heat-config/ - - /var/lib/kolla/config_files + - /var/lib/kolla/config_files/ - /var/lib/mistral/ - /var/lib/tripleo-config/ - /var/lib/unbound/unbound.log @@ -123,7 +123,7 @@ artcl_collect_list: - /etc/oci-register-machine.conf - /etc/octavia/ - /etc/openldap/ - - /etc/openstack-dashboard + - /etc/openstack-dashboard/ - /etc/openvswitch/ - /etc/origin/ - /etc/os-* @@ -166,6 +166,7 @@ artcl_collect_list: - /etc/sssd/ - /etc/sudo.conf - /etc/sudoers* + - /etc/sudoers.d/ - /etc/swift/ - /etc/sysconfig/ - /etc/sysctl.*