Update zuul stop/start docs during project rename

We no longer wait for zuul to stop cleanly on its own (too slow with
long queues). Instead we record the queue state, forcefully stop zuul,
do the project renames, start zuul, then reenqueue the previous queue
state.

Document this newer and quicker process in the project renaming doc.

Change-Id: I5127d427fdb7ff124360a956a26e25b502522608
This commit is contained in:
Clark Boylan 2015-09-11 12:49:26 -07:00
parent 04c2028603
commit 7fd55cb1d5

View File

@ -408,8 +408,10 @@ To rename a project:
#. Gracefully stop Zuul on zuul.openstack.org::
sudo kill -USR1 $(cat /var/run/zuul/zuul.pid)
rm -f /var/run/zuul/zuul.pid /var/run/zuul/zuul.lock
python /opt/zuul/tools/zuul-changes.py http://zuul.openstack.org gate >gate.sh
python /opt/zuul/tools/zuul-changes.py http://zuul.openstack.org check >check.sh
sudo invoke-rc.d zuul stop
sudo rm -f /var/run/zuul/zuul.pid /var/run/zuul/zuul.lock
#. Stop Gerrit on review.openstack.org::
@ -454,6 +456,8 @@ To rename a project:
#. Start Zuul on zuul.openstack.org::
sudo invoke-rc.d zuul start
sudo bash gate.sh
sudo bash check.sh
#. Rename any associated groups whose names may have changed::