From 8ba40aff550ee557376a6f2c69fa89371c199670 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Sat, 17 Aug 2013 17:57:03 -0700
Subject: [PATCH] Update project rename instructions

We use a thing called Zuul now.

Change-Id: Ie1a81003c37fa598897e31eef84bb8384498a9f8
---
 doc/source/gerrit.rst | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst
index 0aa3cfdce7..3445f98789 100644
--- a/doc/source/gerrit.rst
+++ b/doc/source/gerrit.rst
@@ -300,9 +300,14 @@ To rename a project:
 
      sudo puppetd --disable
 
-#. Make the project inacessible by editing the Access pane. Add a
-   "read" ACL for "Administrators", and mark it "exclusive". Be sure
-   to save changes.
+#. Gracefully stop Zuul on zuul.openstack.org::
+
+     sudo kill -USR1 $(cat /var/run/zuul/zuul.pid)
+     rm -f /var/run/zuul/zuul.pid
+
+#. Stop Gerrit on review.openstack.org::
+
+     sudo invoke-rc.d gerrit stop
 
 #. Update the database on review.openstack.org::
 
@@ -316,17 +321,23 @@ To rename a project:
      set dest_project_name = "openstack/NEW"
      where dest_project_name = "openstack/OLD";
 
-#. Take Jenkins offline through its WebUI.
-
-#. Stop Gerrit on review.openstack.org and move both the Git
-   repository and the mirror::
-
-     sudo invoke-rc.d gerrit stop
+#. Move both the git repository and the mirror on
+   review.openstack.org::
+   
      sudo mv ~gerrit2/review_site/git/openstack/{OLD,NEW}.git
      sudo mv /var/lib/git/openstack/{OLD,NEW}.git
+
+#. Move the git repository on git.openstack.org::
+
+     sudo mv /var/lib/git/openstack/{OLD,NEW}.git
+
+#. Start Gerrit on review.openstack.org::
+
      sudo invoke-rc.d gerrit start
 
-#. Bring Jenkins online through its WebUI.
+#. Start Zuul on zuul.openstack.org::
+
+     sudo invoke-rc.d zuul start
 
 #. Merge the prepared Puppet configuration change, removing the
    original Jenkins jobs via the Jenkins WebUI later if needed.
@@ -351,10 +362,6 @@ To rename a project:
 
      ssh -p 29418 review.openstack.org gerrit replicate --all
 
-#. Wait for puppet changes to be applied so that the earlier
-   restrictive ACL will be reset for you (ending the outage for this
-   project).
-
 #. Submit a change that updates .gitreview with the new location of the
    project.