85a9c9202d
The ara-report role and the ARA middleware have individually been tested and feel ready for production use, let's formally use them for base-minimal and base-test before promoting to base. See related patches [1] for details. [1]: https://review.openstack.org/#/q/topic:ara-sqlite-middleware Change-Id: I9c95d035f91f2e3a76cf11d6f5ef54b3f0892363
11 lines
228 B
YAML
11 lines
228 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: add-fileserver
|
|
fileserver: "{{ site_logs }}"
|
|
- role: ara-report
|
|
|
|
- hosts: "{{ site_logs.fqdn }}"
|
|
roles:
|
|
- role: upload-logs
|
|
zuul_log_url: "http://logs.openstack.org"
|