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:
parent
a734d09e8b
commit
8330d6bbf7
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user