Run mirror-update in zuul
Change-Id: I5b1590a310e7a64b3c2f05d121c68f90f2731231
This commit is contained in:
parent
660e9d0c41
commit
fdaea3915c
14
.zuul.yaml
14
.zuul.yaml
@ -1597,6 +1597,18 @@
|
|||||||
- playbooks/roles/install-docker/.*
|
- playbooks/roles/install-docker/.*
|
||||||
- playbooks/roles/jitsi-meet/.*
|
- 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:
|
- job:
|
||||||
name: system-config-goaccess-report
|
name: system-config-goaccess-report
|
||||||
description: |
|
description: |
|
||||||
@ -1949,6 +1961,7 @@
|
|||||||
- infra-prod-service-gitea-lb
|
- infra-prod-service-gitea-lb
|
||||||
- infra-prod-service-nodepool
|
- infra-prod-service-nodepool
|
||||||
- infra-prod-service-meetpad
|
- infra-prod-service-meetpad
|
||||||
|
- infra-prod-service-mirror-update
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- developer-openstack-goaccess-report
|
- developer-openstack-goaccess-report
|
||||||
@ -1970,3 +1983,4 @@
|
|||||||
- infra-prod-service-gitea-lb
|
- infra-prod-service-gitea-lb
|
||||||
- infra-prod-service-nodepool
|
- infra-prod-service-nodepool
|
||||||
- infra-prod-service-meetpad
|
- infra-prod-service-meetpad
|
||||||
|
- infra-prod-service-mirror-update
|
||||||
|
@ -76,10 +76,6 @@ start_timer
|
|||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-nameserver.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-nameserver.yaml
|
||||||
send_timer nameserver
|
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
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
|
||||||
send_timer mirror
|
send_timer mirror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user