Fix use of old site_logs secerts

The site_logs secret moved into opendev/basejobs and we renamed the
site_logs secret here into site_logs_project_config and site_specs.
Unfortauntely many of our playbooks in this repo were not updated to use
the new secret name so they cause some jobs to fail.

Fix this by updated the playbooks to use site_logs_project_config and
site_specs as appropriate.

Change-Id: I852a6362c35dd6aa17b0f767fceea811402dd90c
This commit is contained in:
Clark Boylan 2019-02-08 12:03:13 -08:00
parent e3e36f3093
commit 4deddced0d
7 changed files with 15 additions and 13 deletions

View File

@ -1,10 +1,10 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_logs_project_config }}"
- role: ara-report
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_logs_project_config.fqdn }}"
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"

View File

@ -1,10 +1,10 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_logs_project_config }}"
- role: ara-report
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_logs_project_config.fqdn }}"
roles:
- role: upload-logs
zuul_log_url: "http://logs.openstack.org"

View File

@ -1,10 +1,10 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_logs_project_config }}"
- role: ara-report
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_logs_project_config.fqdn }}"
gather_facts: False
roles:
- role: test-upload-logs

View File

@ -9,9 +9,9 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_specs }}"
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_specs.fqdn }}"
gather_facts: False
tasks:
- name: Upload specs site to fileserver

View File

@ -8,9 +8,9 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_specs }}"
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_specs.fqdn }}"
gather_facts: False
tasks:

View File

@ -9,9 +9,9 @@
- hosts: localhost
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
fileserver: "{{ site_specs }}"
- hosts: "{{ site_logs.fqdn }}"
- hosts: "{{ site_specs.fqdn }}"
gather_facts: False
tasks:
- name: Publish service-types-authority data to service-types.openstack.org

View File

@ -1,4 +1,6 @@
site_logs:
site_logs_project_config:
fqdn: fake
site_specs:
fqdn: fake
site_zuulv3_dev:
fqdn: fake