diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml index bef8b2ea23..b339ee08be 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 8bbfa29fc1..dc746f98a7 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -290,6 +290,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: @@ -353,6 +354,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