Actually run service-zuul playbook in prod
We added the playbook but not so much a job to run it. Change-Id: I385b57f6a4499ab0c6b6874eced7e9fd34e71bc7
This commit is contained in:
parent
f0b77485ec
commit
535e1602c0
32
.zuul.yaml
32
.zuul.yaml
@ -1849,6 +1849,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
|
||||
@ -2344,6 +2371,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
|
||||
@ -2390,6 +2418,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…
x
Reference in New Issue
Block a user