Migrate gitea-lb to zuul

Change-Id: I80e116c56b36579e1c06d2ffe283e5005fa41194
This commit is contained in:
Monty Taylor 2020-04-01 14:54:42 -05:00
parent 851c8c8c13
commit 4602751640
2 changed files with 14 additions and 4 deletions

View File

@ -1522,6 +1522,18 @@
- playbooks/templates/clouds/bridge_clouds.yaml.j2
- playbooks/templates/clouds/bridge_all_clouds.yaml.j2
- job:
name: infra-prod-service-gitea-lb
parent: infra-prod-service-base
description: Run service-gitea-lb.yaml playbook
vars:
playbook_name: service-gitea-lb.yaml
files:
- playbooks/service-gitea-lb.yaml
- playbooks/group_vars/gitea-lb.yaml
- playbooks/roles/install-docker/.*
- playbooks/roles/haproxy/.*
- job:
name: system-config-goaccess-report
description: |
@ -1870,6 +1882,7 @@
- name: infra-prod-install-ansible
soft: true
- infra-prod-service-bridge
- infra-prod-service-gitea-lb
periodic:
jobs:
- developer-openstack-goaccess-report
@ -1887,3 +1900,4 @@
- infra-prod-install-ansible
- infra-prod-base
- infra-prod-service-bridge
- infra-prod-service-gitea-lb

View File

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