Add changing to launch/ directory to a README

In order to run launch-node.py for creation of new infra servers,
you need to be in the launch/ directory of the system-config
repo on disk, documenting this in the launch/README file.

Change-Id: I8499a7b8a43522cd365054d8f8c279ed15abe696
This commit is contained in:
Elizabeth K. Joseph 2015-02-26 14:56:39 -08:00
parent 7b761f4148
commit 024c3d1976

View File

@ -18,6 +18,7 @@ To launch a node in the OpenStack CI account (production servers)::
export FLAVOR="8 GB Performance"
export FQDN=servername.openstack.org
sudo puppet cert generate $FQDN
cd /opt/system-config/production/launch/
./launch-node.py $FQDN --flavor "$FLAVOR"
To launch a node in the OpenStack Jenkins account (slave nodes)::