- Disable create-docs tasks by default - Add artcl_create_docs_payload to direct create-docs execution Porting functionality from tripleo-documentor[1] into the tripleo- collect-logs role. [1] - https://github.com/HarryRybacki/tripleo-documentor Change-Id: Ic84e941318af6fc4ab423886f17e5347936f9cd2
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
# defaults file for ansible-role-tripleo-collect-logs
|
|
|
|
artcl_collect_list:
|
|
- /var/log/
|
|
- /var/lib/mysql
|
|
- /etc/
|
|
- /home/stack/.instack/install-undercloud.log
|
|
- /home/stack/stackrc
|
|
- /home/stack/overcloudrc
|
|
- /home/stack/*.log
|
|
- /home/stack/*.json
|
|
- /home/stack/*.conf
|
|
- /home/stack/*.yml
|
|
- /home/stack/*.yaml
|
|
- /home/stack/*.sh
|
|
- /home/stack/*.rst
|
|
- /home/stack/deploy-overcloudrc
|
|
- /home/stack/network-environment.yaml
|
|
- /home/stack/tempest/*.xml
|
|
- /home/stack/tempest/*.html
|
|
- /home/stack/tempest/*.log
|
|
- /home/stack/tempest/etc/*.conf
|
|
- /home/stack/local_tht
|
|
- /home/stack/gating_repo.tar.gz
|
|
- /home/stack/browbeat/ansible/bug_report.log
|
|
- /home/stack/browbeat/results
|
|
- /usr/share/openstack-tripleo-heat-templates
|
|
artcl_collect_dir: "{{ lookup('env', 'PWD') }}/collected_files"
|
|
artcl_gzip_only: true
|
|
artcl_collect: true
|
|
artcl_publish: false
|
|
|
|
## Doc generation specific vars
|
|
artcl_gen_docs: false
|
|
artcl_docs_source_dir: "{{ local_working_dir }}/usr/local/share/ansible/roles/tripleo-collect-logs/docs/source"
|
|
artcl_docs_build_dir: "{{ artcl_collect_dir }}/docs/build"
|