Merge "Add zuul_reconfigure playbook"

This commit is contained in:
Zuul 2018-09-12 19:27:46 +00:00 committed by Gerrit Code Review
commit e124f8f776
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- hosts: 'zuul01.openstack.org'
any_errors_fatal: true
tasks:
- name: Reconfigure the zuul scheduler
command: /usr/local/bin/zuul-scheduler full-reconfigure
become: true
become_user: root