2017-09-06 14:09:00 -04:00
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: add-fileserver
|
2019-02-08 12:03:13 -08:00
|
|
|
fileserver: "{{ site_logs_project_config }}"
|
2018-03-29 15:39:07 -04:00
|
|
|
- role: ara-report
|
2017-09-06 14:09:00 -04:00
|
|
|
|
2019-02-08 12:03:13 -08:00
|
|
|
- hosts: "{{ site_logs_project_config.fqdn }}"
|
2017-09-06 14:09:00 -04:00
|
|
|
roles:
|
|
|
|
- role: upload-logs
|
2017-09-14 14:03:39 -06:00
|
|
|
zuul_log_url: "http://logs.openstack.org"
|