From 7786dda96528508caec2dc0db7cc906786b56e60 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 17 Oct 2019 17:21:38 -0400 Subject: [PATCH] Remove instackenv.json file from logs In order to piblish the baremetal logs, the instackenv.json file must be exculuded from the log collection. Change-Id: Ib1729375d2700e2e6fd97353b85489f0dfcb6adb --- toci-quickstart/config/collect-logs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/toci-quickstart/config/collect-logs.yml b/toci-quickstart/config/collect-logs.yml index c2dbcd538..2e56cc38a 100644 --- a/toci-quickstart/config/collect-logs.yml +++ b/toci-quickstart/config/collect-logs.yml @@ -282,3 +282,4 @@ artcl_exclude_list: - /home/{{ undercloud_user }}/tempest/.stestr - /home/{{ undercloud_user }}/tempest/etc/*.sample - /home/{{ undercloud_user }}/.tobiko/cache/ + - /home/{{ undercloud_user }}/instackenv.json