
This is required by zuul-jobs for its testing. We could put it only in the Zuul tenant, but we would need to duplicate the secret, so this is lazier. It shouldn't hurt to have it in all the tenants. We can set allowed-projects so that only zuul-jobs can use it in order to avoid accidental use and confusion. Change-Id: I8966737c580628b4fa097e32594c8a4e99926147
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"
|