diff --git a/playbooks/zuul_reconfigure.yaml b/playbooks/zuul_reconfigure.yaml new file mode 100644 index 0000000000..aad04145ea --- /dev/null +++ b/playbooks/zuul_reconfigure.yaml @@ -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