From caedb11d3d94a152fbe294f2e5ff65741bd72695 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 10 May 2021 15:05:14 -0700 Subject: [PATCH] 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 --- zuul.d/infra-prod.yaml | 15 +++++++++++++++ zuul.d/project.yaml | 2 ++ 2 files changed, 17 insertions(+) diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml index 3b681dd329..a108829840 100644 --- a/zuul.d/infra-prod.yaml +++ b/zuul.d/infra-prod.yaml @@ -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: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 662ddc2a27..2b7e86ad95 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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