Stage rabbitmq and DB logs

Stage rabbitmq and DB logs so they are copied to logs.o.o

Change-Id: Ica8a86c2649b2871f366e3ca48a8b47f455879bc
This commit is contained in:
Andrea Frittoli (andreaf) 2017-12-08 17:52:29 +00:00
parent 9c977b56eb
commit d04658eb50
1 changed files with 5 additions and 1 deletions

View File

@ -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