Merge "Collect devstack config files in post."

This commit is contained in:
Zuul 2017-12-11 09:08:34 +00:00 committed by Gerrit Code Review
commit 1933943292
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
- hosts: all
become: True
vars:
devstack_conf_dir: "{{ devstack_base_dir|default('/opt/stack') }}/devstack/"
stage_dir: "{{ devstack_base_dir|default('/opt/stack') }}"
roles:
- export-devstack-journal
- role: stage-output
zuul_copy_output:
{ '{{ devstack_conf_dir }}/local.conf': 'logs',
'{{ devstack_conf_dir }}/.stackenv': 'logs' }
extensions_to_txt:
- conf
- fetch-devstack-log-dir