Fix missing "role:" mapping keys
Change-Id: I1c0c6a8244f019d70e4ec1e1fc56f5641f6edeaf
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- set-service-type-data-fact
|
- role: set-service-type-data-fact
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/api-guide/{{ service_type_data.service_type }}"
|
afs_target: "{{ afs.path }}/api-guide/{{ service_type_data.service_type }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- set-service-type-data-fact
|
- role: set-service-type-data-fact
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/api-ref/{{ service_type_data.service_type }}"
|
afs_target: "{{ afs.path }}/api-ref/{{ service_type_data.service_type }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/contributors"
|
afs_target: "{{ afs.path }}/contributors"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/project-deploy-guide/{{ zuul.project.short_name }}"
|
afs_target: "{{ afs.path }}/project-deploy-guide/{{ zuul.project.short_name }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/infra/{{ zuul.project.short_name }}"
|
afs_target: "{{ afs.path }}/infra/{{ zuul.project.short_name }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/infra"
|
afs_target: "{{ afs.path }}/infra"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/infra/manual"
|
afs_target: "{{ afs.path }}/infra/manual"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- prepare-docs-for-afs
|
- role: prepare-docs-for-afs
|
||||||
doc_build_dir: "{{ zuul_work_dir }}/install-guide/build"
|
doc_build_dir: "{{ zuul_work_dir }}/install-guide/build"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- fetch-tox-output
|
- fetch-tox-output
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/project-install-guide/{{ zuul.project.short_name }}"
|
afs_target: "{{ afs.path }}/project-install-guide/{{ zuul.project.short_name }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}"
|
afs_target: "{{ afs.path }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/{{ zuul.project.short_name }}"
|
afs_target: "{{ afs.path }}/{{ zuul.project.short_name }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
- hosts: "{{ site_logs.fqdn }}"
|
- hosts: "{{ site_logs.fqdn }}"
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Upload specs site to fileserver
|
- name: Upload specs site to fileserver
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "{{ zuul.executor.work_root }}/artifacts/"
|
src: "{{ zuul.executor.work_root }}/artifacts/"
|
||||||
|
@@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/api-ref/placement"
|
afs_target: "{{ afs.path }}/api-ref/placement"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -12,10 +12,10 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- create-afs-token
|
- role: create-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: upload-afs
|
- role: upload-afs
|
||||||
afs_target: "{{ afs.path }}/releasenotes/{{ zuul.project.short_name }}"
|
afs_target: "{{ afs.path }}/releasenotes/{{ zuul.project.short_name }}"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- destroy-afs-token
|
- role: destroy-afs-token
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
- hosts: "{{ site_logs.fqdn }}"
|
- hosts: "{{ site_logs.fqdn }}"
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Publish service-types-authority data to service-types.openstack.org
|
- name: Publish service-types-authority data to service-types.openstack.org
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "{{ zuul.executor.work_root }}/artifacts/"
|
src: "{{ zuul.executor.work_root }}/artifacts/"
|
||||||
|
@@ -13,7 +13,6 @@
|
|||||||
- hosts: "{{ fileserver.fqdn }}"
|
- hosts: "{{ fileserver.fqdn }}"
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Upload docs to static site
|
- name: Upload docs to static site
|
||||||
copy:
|
copy:
|
||||||
src: "{{ zuul.executor.work_root }}/artifacts/"
|
src: "{{ zuul.executor.work_root }}/artifacts/"
|
||||||
|
Reference in New Issue
Block a user