Add zuul_reconfigure playbook

Reconfigure a running zuul-scheduler.

Change-Id: I21f16c221903ccd9b726a091c3acf3e755788263
This commit is contained in:
Joshua Hesketh 2018-09-12 11:28:52 -06:00
parent 9302ef3b8c
commit bed24ba5e0

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