Run registry in zuul
Change-Id: Ic5ececf20babf4ee1c5b77033b42129d51caca38
This commit is contained in:
parent
c571e0032e
commit
c98efecdea
14
.zuul.yaml
14
.zuul.yaml
@ -1671,6 +1671,18 @@
|
|||||||
- playbooks/roles/backup/.*
|
- playbooks/roles/backup/.*
|
||||||
- playbooks/roles/backup-server/.*
|
- playbooks/roles/backup-server/.*
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: infra-prod-service-registry
|
||||||
|
parent: infra-prod-service-base
|
||||||
|
description: Run service-registry.yaml playbook
|
||||||
|
vars:
|
||||||
|
playbook_name: service-registry.yaml
|
||||||
|
files:
|
||||||
|
- playbooks/service-registry.yaml
|
||||||
|
- playbooks/group_vars/registry.yaml
|
||||||
|
- playbooks/roles/install-docker/.*
|
||||||
|
- playbooks/roles/registry/.*
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-config-goaccess-report
|
name: system-config-goaccess-report
|
||||||
description: |
|
description: |
|
||||||
@ -2028,6 +2040,7 @@
|
|||||||
- infra-prod-service-mirror
|
- infra-prod-service-mirror
|
||||||
- infra-prod-service-static
|
- infra-prod-service-static
|
||||||
- infra-prod-service-backup
|
- infra-prod-service-backup
|
||||||
|
- infra-prod-service-registry
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- developer-openstack-goaccess-report
|
- developer-openstack-goaccess-report
|
||||||
@ -2054,3 +2067,4 @@
|
|||||||
- infra-prod-service-mirror
|
- infra-prod-service-mirror
|
||||||
- infra-prod-service-static
|
- infra-prod-service-static
|
||||||
- infra-prod-service-backup
|
- infra-prod-service-backup
|
||||||
|
- infra-prod-service-registry
|
||||||
|
@ -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-registry.yaml
|
|
||||||
send_timer registry
|
|
||||||
|
|
||||||
start_timer
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-zuul.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-zuul.yaml
|
||||||
send_timer zuul
|
send_timer zuul
|
||||||
|
Loading…
Reference in New Issue
Block a user