Merge "Run backup in zuul"

This commit is contained in:
Zuul 2020-04-03 22:08:36 +00:00 committed by Gerrit Code Review
commit cfc58619af
2 changed files with 13 additions and 4 deletions

View File

@ -1660,6 +1660,17 @@
- playbooks/roles/static/.* - playbooks/roles/static/.*
- playbooks/roles/zuul-user/.* - playbooks/roles/zuul-user/.*
- job:
name: infra-prod-service-backup
parent: infra-prod-service-base
description: Run service-backup.yaml playbook
vars:
playbook_name: service-backup.yaml
files:
- playbooks/service-backup.yaml
- playbooks/roles/backup/.*
- playbooks/roles/backup-server/.*
- job: - job:
name: system-config-goaccess-report name: system-config-goaccess-report
description: | description: |
@ -2016,6 +2027,7 @@
- infra-prod-service-mirror-update - infra-prod-service-mirror-update
- infra-prod-service-mirror - infra-prod-service-mirror
- infra-prod-service-static - infra-prod-service-static
- infra-prod-service-backup
periodic: periodic:
jobs: jobs:
- developer-openstack-goaccess-report - developer-openstack-goaccess-report
@ -2041,3 +2053,4 @@
- infra-prod-service-mirror-update - infra-prod-service-mirror-update
- infra-prod-service-mirror - infra-prod-service-mirror
- infra-prod-service-static - infra-prod-service-static
- infra-prod-service-backup

View File

@ -72,10 +72,6 @@ set +e
# Run all the ansible playbooks under timeout to prevent them from getting # Run all the ansible playbooks under timeout to prevent them from getting
# stuck if they are oomkilled # stuck if they are oomkilled
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml
send_timer backup
start_timer start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-registry.yaml timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-registry.yaml
send_timer registry send_timer registry