Merge "Update gerrit project rename instructions"
This commit is contained in:
commit
9a15781d5e
@ -408,11 +408,14 @@ To rename a project:
|
|||||||
#. Prepare a change to the Puppet configuration which updates
|
#. Prepare a change to the Puppet configuration which updates
|
||||||
projects.yaml/ACLs and jenkins-job-builder for the new name.
|
projects.yaml/ACLs and jenkins-job-builder for the new name.
|
||||||
|
|
||||||
#. Stop puppet on review.openstack.org to prevent your interim
|
#. Stop puppet runs on the puppetmaster to prevent early application
|
||||||
configuration changes from being reset by the project management
|
of configuration changes::
|
||||||
routines::
|
|
||||||
|
|
||||||
sudo puppetd --disable
|
sudo crontab -u root -e
|
||||||
|
|
||||||
|
Comment out the crontab entries. Use ps to make sure that a run is
|
||||||
|
not currently in progress. When it finishes, make sure the entry
|
||||||
|
has not been added back to the crontab.
|
||||||
|
|
||||||
#. Gracefully stop Zuul on zuul.openstack.org::
|
#. Gracefully stop Zuul on zuul.openstack.org::
|
||||||
|
|
||||||
@ -462,9 +465,9 @@ To rename a project:
|
|||||||
#. Merge the prepared Puppet configuration change, removing the
|
#. Merge the prepared Puppet configuration change, removing the
|
||||||
original Jenkins jobs via the Jenkins WebUI later if needed.
|
original Jenkins jobs via the Jenkins WebUI later if needed.
|
||||||
|
|
||||||
#. Start puppet again on review.openstack.org::
|
#. Re-enable puppet runs on the puppetmaster::
|
||||||
|
|
||||||
sudo puppetd --enable
|
sudo crontab -u root -e
|
||||||
|
|
||||||
#. Rename the project in GitHub or, if this is a move to a new org, let
|
#. Rename the project in GitHub or, if this is a move to a new org, let
|
||||||
the project management run create it for you and then remove the
|
the project management run create it for you and then remove the
|
||||||
|
Loading…
Reference in New Issue
Block a user