From b24e2c4c910f383bc392b9e490487d2c31499d83 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 29 Aug 2013 10:15:26 +1200 Subject: [PATCH] Add a pointer to launch/README for root operators. Cause it's not discoverable at the moment. Change-Id: Ib8a4752f9340126e98b342e71ec6ebc11e6809b4 --- doc/source/sysadmin.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index ef22aaf011..eb61109453 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -225,3 +225,11 @@ Switching back to the server to be backed up, run:: And verify the host key. Add the "backup" class in puppet to the server to be backed up. + +Launching new servers +===================== + +New servers are launched using the ``launch/launch-node.py`` tool from the git +repository ``https://git.openstack.org/openstack-infra/config``. This tool is +run from a checkout on the puppetmaster - please see :file:`launch/README` for +detailed instructions.