diff --git a/.zuul.yaml b/.zuul.yaml index 65375e7986..7bb25ad5c9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1597,6 +1597,18 @@ - playbooks/roles/install-docker/.* - playbooks/roles/jitsi-meet/.* +- job: + name: infra-prod-service-mirror-update + parent: infra-prod-service-base + description: Run service-mirror-update.yaml playbook + vars: + playbook_name: service-mirror-update.yaml + files: + - playbooks/service-mirror-update.yaml + - playbooks/roles/kerberos-client/.* + - playbooks/roles/openafs-client/.* + - playbooks/roles/mirror-update/.* + - job: name: system-config-goaccess-report description: | @@ -1949,6 +1961,7 @@ - infra-prod-service-gitea-lb - infra-prod-service-nodepool - infra-prod-service-meetpad + - infra-prod-service-mirror-update periodic: jobs: - developer-openstack-goaccess-report @@ -1970,3 +1983,4 @@ - infra-prod-service-gitea-lb - infra-prod-service-nodepool - infra-prod-service-meetpad + - infra-prod-service-mirror-update diff --git a/run_all.sh b/run_all.sh index 73c729e96c..677f077f8f 100755 --- a/run_all.sh +++ b/run_all.sh @@ -76,10 +76,6 @@ start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-nameserver.yaml send_timer nameserver -start_timer -timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror-update.yaml -send_timer mirror-update - start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml send_timer mirror