From d04658eb50d7e1f59625039deaef17208a0c9eb9 Mon Sep 17 00:00:00 2001 From: "Andrea Frittoli (andreaf)" Date: Fri, 8 Dec 2017 17:52:29 +0000 Subject: [PATCH] Stage rabbitmq and DB logs Stage rabbitmq and DB logs so they are copied to logs.o.o Change-Id: Ica8a86c2649b2871f366e3ca48a8b47f455879bc --- playbooks/post.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/post.yaml b/playbooks/post.yaml index 40c39beb69..fd30bdbf2a 100644 --- a/playbooks/post.yaml +++ b/playbooks/post.yaml @@ -31,7 +31,11 @@ '{{ devstack_full_log}}': 'logs', '{{ stage_dir }}/verify_tempest_conf.log': 'logs', '{{ stage_dir }}/apache': 'logs', - '{{ stage_dir }}/apache_config': 'logs' } + '{{ stage_dir }}/apache_config': 'logs', + '/var/log/rabbitmq': 'logs', + '/var/log/postgresql': 'logs', + '/var/log/mysql.err': 'logs', + '/var/log/mysql.log': 'logs' } extensions_to_txt: - conf - log