cdc9673be1
This reverts commit 1f57c9c327
.
The logs.openstack.org site is not configured correctly to serve
over https. I think it's actually serving from docs-draft.
We should fix that, but in the interim, switch back to http.
Change-Id: I170b24f01bdd79e4728d509d2a0f654a479b2674
11 lines
225 B
YAML
11 lines
225 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: add-fileserver
|
|
fileserver: "{{ site_logs }}"
|
|
- emit-ara-html
|
|
|
|
- hosts: "{{ site_logs.fqdn }}"
|
|
roles:
|
|
- role: upload-logs
|
|
zuul_log_url: "http://logs.openstack.org"
|