Switch to logs.opendev.org

Report logs.opendev.org URLs because it support https, which is
necessary when accessing the build page in the Zuul web app on
an https site.

Change-Id: I69268d0c75d1158cdd531d5b6701114140952660
This commit is contained in:
James E. Blair 2019-07-31 15:47:54 -07:00
parent a734d09e8b
commit 8330d6bbf7
5 changed files with 5 additions and 5 deletions

View File

@ -7,4 +7,4 @@
- hosts: "{{ site_logs.fqdn }}"
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.opendev.org"

View File

@ -9,7 +9,7 @@
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.opendev.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail

View File

@ -1,7 +1,7 @@
- hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.opendev.org"
- log-inventory
- hosts: all

View File

@ -9,7 +9,7 @@
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.opendev.org"
- hosts: localhost
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail

View File

@ -1,7 +1,7 @@
- hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.opendev.org"
- log-inventory
- hosts: all