Merge "Run nodepool in zuul"
This commit is contained in:
commit
cc8e08edeb
19
.zuul.yaml
19
.zuul.yaml
@ -1557,6 +1557,23 @@
|
|||||||
- playbooks/roles/install-docker/.*
|
- playbooks/roles/install-docker/.*
|
||||||
- playbooks/roles/haproxy/.*
|
- 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:
|
- job:
|
||||||
name: system-config-goaccess-report
|
name: system-config-goaccess-report
|
||||||
description: |
|
description: |
|
||||||
@ -1907,6 +1924,7 @@
|
|||||||
soft: true
|
soft: true
|
||||||
- infra-prod-service-bridge
|
- infra-prod-service-bridge
|
||||||
- infra-prod-service-gitea-lb
|
- infra-prod-service-gitea-lb
|
||||||
|
- infra-prod-service-nodepool
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- developer-openstack-goaccess-report
|
- developer-openstack-goaccess-report
|
||||||
@ -1926,3 +1944,4 @@
|
|||||||
- infra-prod-service-letsencrypt
|
- infra-prod-service-letsencrypt
|
||||||
- infra-prod-service-bridge
|
- infra-prod-service-bridge
|
||||||
- infra-prod-service-gitea-lb
|
- infra-prod-service-gitea-lb
|
||||||
|
- infra-prod-service-nodepool
|
||||||
|
@ -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-nodepool.yaml
|
|
||||||
send_timer nodepool
|
|
||||||
|
|
||||||
start_timer
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-meetpad.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-meetpad.yaml
|
||||||
send_timer meetpad
|
send_timer meetpad
|
||||||
|
Loading…
Reference in New Issue
Block a user