Stage rabbitmq and DB logs so they are copied to logs.o.o
Change-Id: Ica8a86c2649b2871f366e3ca48a8b47f455879bc
| ... | ... |
@@ -31,7 +31,11 @@ |
| 31 | 31 |
'{{ devstack_full_log}}': 'logs',
|
| 32 | 32 |
'{{ stage_dir }}/verify_tempest_conf.log': 'logs',
|
| 33 | 33 |
'{{ stage_dir }}/apache': 'logs',
|
| 34 |
- '{{ stage_dir }}/apache_config': 'logs' }
|
|
| 34 |
+ '{{ stage_dir }}/apache_config': 'logs',
|
|
| 35 |
+ '/var/log/rabbitmq': 'logs', |
|
| 36 |
+ '/var/log/postgresql': 'logs', |
|
| 37 |
+ '/var/log/mysql.err': 'logs', |
|
| 38 |
+ '/var/log/mysql.log': 'logs' } |
|
| 35 | 39 |
extensions_to_txt: |
| 36 | 40 |
- conf |
| 37 | 41 |
- log |