Merge "Move extensions_to_txt to the job defintion"
This commit is contained in:
commit
47467acf2f
@ -111,6 +111,12 @@
|
|||||||
'/etc/glusterfs/glusterd.vol': 'logs'
|
'/etc/glusterfs/glusterd.vol': 'logs'
|
||||||
'/etc/resolv.conf': 'logs'
|
'/etc/resolv.conf': 'logs'
|
||||||
'/var/log/unbound.log': 'logs'
|
'/var/log/unbound.log': 'logs'
|
||||||
|
extensions_to_txt:
|
||||||
|
conf: True
|
||||||
|
log: True
|
||||||
|
localrc: True
|
||||||
|
stackenv: True
|
||||||
|
summary: True
|
||||||
pre-run: playbooks/pre.yaml
|
pre-run: playbooks/pre.yaml
|
||||||
run: playbooks/devstack.yaml
|
run: playbooks/devstack.yaml
|
||||||
post-run: playbooks/post.yaml
|
post-run: playbooks/post.yaml
|
||||||
|
@ -24,12 +24,6 @@
|
|||||||
# capture-system-logs should be the last role before stage-output
|
# capture-system-logs should be the last role before stage-output
|
||||||
- capture-system-logs
|
- capture-system-logs
|
||||||
- role: stage-output
|
- role: stage-output
|
||||||
extensions_to_txt:
|
|
||||||
- conf
|
|
||||||
- log
|
|
||||||
- localrc
|
|
||||||
- stackenv
|
|
||||||
- summary
|
|
||||||
# NOTE(andreaf) We need fetch-devstack-log-dir only as long as the base job
|
# NOTE(andreaf) We need fetch-devstack-log-dir only as long as the base job
|
||||||
# starts pulling logs for us from {{ ansible_user_dir }}/logs.
|
# starts pulling logs for us from {{ ansible_user_dir }}/logs.
|
||||||
# Meanwhile we already store things in ansible_user_dir and use
|
# Meanwhile we already store things in ansible_user_dir and use
|
||||||
|
Loading…
Reference in New Issue
Block a user