Merge "Run nodepool in zuul"

This commit is contained in:
Zuul 2020-04-03 13:47:53 +00:00 committed by Gerrit Code Review
commit cc8e08edeb
2 changed files with 19 additions and 4 deletions

View File

@ -1557,6 +1557,23 @@
- playbooks/roles/install-docker/.*
- playbooks/roles/haproxy/.*
- job:
name: infra-prod-service-nodepool
parent: infra-prod-service-base
description: Run service-nodepool.yaml playbook
vars:
playbook_name: service-nodepool.yaml
files:
- playbooks/service-nodepool.yaml
- playbooks/host_vars/nb.*
- playbooks/host_vars/nl.*
- playbooks/group_vars/nodepool.*
- playbooks/roles/configure-kubectl/.*
- playbooks/roles/configure-openstacksdk/.*
- playbooks/roles/install-docker/.*
- playbooks/roles/nodepool-.*
- playbooks/templates/clouds/nodepool_.*
- job:
name: system-config-goaccess-report
description: |
@ -1907,6 +1924,7 @@
soft: true
- infra-prod-service-bridge
- infra-prod-service-gitea-lb
- infra-prod-service-nodepool
periodic:
jobs:
- developer-openstack-goaccess-report
@ -1926,3 +1944,4 @@
- infra-prod-service-letsencrypt
- infra-prod-service-bridge
- infra-prod-service-gitea-lb
- infra-prod-service-nodepool

View File

@ -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-nodepool.yaml
send_timer nodepool
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-meetpad.yaml
send_timer meetpad