project-config/playbooks/base-minimal/post-logs.yaml
James E. Blair cdc9673be1 Revert "Use https for logs.openstack.org"
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
2017-09-14 14:04:50 -06:00

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"