Merge "Add bit more info on disabling ansible runs"

This commit is contained in:
Zuul 2020-06-15 20:41:54 +00:00 committed by Gerrit Code Review
commit 97b81f5a72
1 changed files with 7 additions and 0 deletions

View File

@ -467,6 +467,13 @@ attempting to run it during the regular zuul jobs. If you choose to run
puppet manually on a host, take care to ensure that it has not been disabled
at the bridge level first.
If you need to pause all execution of ansible playbooks by Zuul you can
run the utility script ``disable-ansible``. The script touches the file
``/home/zuul/DISABLE-ANSIBLE`` on bridge.openstack.org. Doing
this forces the Zuul jobs that run ansible for us to wait until that file is
removed. This acts like a global pause. The script exists to prevent admins
from misspelling the name of the file and is recommended.
Examples
--------