Use https for logs.openstack.org

We have a certificate, so let's use https.

Change-Id: I613abef49d2e3234e9994953dc8075bdbb3685bf
This commit is contained in:
Andreas Jaeger 2017-09-11 06:42:06 +02:00
parent 870e6cbacc
commit 1f57c9c327
5 changed files with 5 additions and 5 deletions

View File

@ -724,7 +724,7 @@
builders:
- shell: |
#!/bin/sh
echo "Detailed logs: http://logs.openstack.org/$LOG_PATH/"
echo "Detailed logs: https://logs.openstack.org/$LOG_PATH/"
- builder:

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.openstack.org"

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.openstack.org"
- hosts: all
roles:

View File

@ -8,4 +8,4 @@
gather_facts: False
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"
zuul_log_url: "https://logs.openstack.org"

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.openstack.org"
- hosts: all
roles: