project-config/playbooks/base/post-logs.yaml
David Moreau Simard 244920e18a
Promote new ara-report role and ARA middleware to base job
The ara-report role and the ARA middleware have individually been
tested and are ready for production use.

See related patches [1] for details.

[1]: https://review.openstack.org/#/q/topic:ara-sqlite-middleware

Change-Id: I2d9bf386f4454193bad0caa7569e9b3ff1cf2f87
2018-03-29 15:54:56 -04:00

20 lines
452 B
YAML

- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
- role: ara-report
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.
ignore_errors: yes
roles:
- submit-logstash-jobs
- submit-subunit-jobs