From ca3929025bdc42d81db16ddd7fe39852d6da1cc7 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 26 Feb 2018 07:20:25 +0000 Subject: [PATCH] Gate: collect more host level logs This PS collects more host level logs in the gate scripts. Change-Id: I0ec13f45fd4561fec59d08b08eb78390a3866156 --- tools/gate/playbooks/gather-host-logs/tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/gate/playbooks/gather-host-logs/tasks/main.yaml b/tools/gate/playbooks/gather-host-logs/tasks/main.yaml index c6a85dfff..b4739b8e1 100644 --- a/tools/gate/playbooks/gather-host-logs/tasks/main.yaml +++ b/tools/gate/playbooks/gather-host-logs/tasks/main.yaml @@ -24,6 +24,8 @@ ip route > {{ logs_dir }}/system/ip-route.txt lsblk > {{ logs_dir }}/system/lsblk.txt mount > {{ logs_dir }}/system/mount.txt + docker images > {{ logs_dir }}/system/docker-images.txt + brctl show > {{ logs_dir }}/system/brctl-show.txt args: executable: /bin/bash ignore_errors: True