Add infra-prod-service-lists job
This job is not added in the parent so that we can manually run playbooks after the parent lands. Once we are happy with the results from the new service-lists.yaml playbook we can land this change and have zuul automatically apply it when necessary. Change-Id: I38de8b98af9fb08fa5b9b8849d65470cbd7b3fdc
This commit is contained in:
parent
4c4e27cb3a
commit
caedb11d3d
@ -547,6 +547,21 @@
|
||||
- playbooks/roles/graphite/
|
||||
- playbooks/roles/iptables/
|
||||
|
||||
- job:
|
||||
name: infra-prod-service-lists
|
||||
parent: infra-prod-service-base
|
||||
description: Run service-lists.yaml playbook.
|
||||
vars:
|
||||
playbook_name: service-lists.yaml
|
||||
files:
|
||||
- inventory/
|
||||
- inventory/service/host_vars/lists.openstack.org.yaml
|
||||
- inventory/service/host_vars/lists.katacontainers.io.yaml
|
||||
- playbooks/roles/iptables/
|
||||
- playbooks/roles/base/exim
|
||||
- playbooks/roles/mailman
|
||||
- playbooks/service-lists.yaml
|
||||
|
||||
# Run AFS changes separately so we can make sure to only do one at a time
|
||||
# (turns out quorum is nice to have)
|
||||
- job:
|
||||
|
@ -281,6 +281,7 @@
|
||||
- infra-prod-service-gitea-lb
|
||||
- infra-prod-service-kerberos
|
||||
- infra-prod-service-nameserver
|
||||
- infra-prod-service-lists
|
||||
- infra-prod-service-nodepool
|
||||
- infra-prod-service-codesearch:
|
||||
dependencies:
|
||||
@ -344,6 +345,7 @@
|
||||
- infra-prod-service-bridge
|
||||
- infra-prod-service-gitea-lb
|
||||
- infra-prod-service-nameserver
|
||||
- infra-prod-service-lists
|
||||
- infra-prod-service-etherpad
|
||||
- infra-prod-service-meetpad
|
||||
- infra-prod-service-kerberos
|
||||
|
Loading…
x
Reference in New Issue
Block a user