Merge "Actually run service-zuul playbook in prod"
This commit is contained in:
commit
8bd18e9089
32
.zuul.yaml
32
.zuul.yaml
@ -2362,6 +2362,33 @@
|
||||
- playbooks/roles/install-docker/
|
||||
- playbooks/roles/zookeeper/
|
||||
|
||||
- job:
|
||||
name: infra-prod-service-zuul
|
||||
parent: infra-prod-service-base
|
||||
description: Run service-zuul.yaml playbook
|
||||
vars:
|
||||
playbook_name: service-zuul.yaml
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
soft: true
|
||||
- name: infra-prod-base
|
||||
soft: true
|
||||
- name: infra-prod-service-letsencrypt
|
||||
soft: true
|
||||
- name: infra-prod-manage-projects
|
||||
soft: true
|
||||
files:
|
||||
- inventory/.*
|
||||
- playbooks/install-ansible.yaml
|
||||
- playbooks/service-zuul.yaml
|
||||
- playbooks/group_vars/zuul
|
||||
- playbooks/group_vars/zookeeper.yaml
|
||||
- playbooks/host_vars/zk\d+
|
||||
- playbooks/host_vars/zuul01.openstack.org
|
||||
- playbooks/roles/install-docker/
|
||||
- playbooks/roles/zookeeper/
|
||||
- playbooks/roles/zuul
|
||||
|
||||
- job:
|
||||
name: infra-prod-service-review
|
||||
parent: infra-prod-service-base
|
||||
@ -2953,6 +2980,7 @@
|
||||
- infra-prod-service-backup
|
||||
- infra-prod-service-registry
|
||||
- infra-prod-service-zookeeper
|
||||
- infra-prod-service-zuul
|
||||
- infra-prod-service-zuul-preview
|
||||
- infra-prod-service-review
|
||||
- infra-prod-service-review-dev
|
||||
@ -3004,6 +3032,10 @@
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
soft: true
|
||||
- infra-prod-service-zuul:
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
soft: true
|
||||
- infra-prod-service-zuul-preview:
|
||||
dependencies:
|
||||
- name: infra-prod-install-ansible
|
||||
|
Loading…
Reference in New Issue
Block a user