launch: document using a virtualenv for launch-node

Change-Id: Ib275299f333e0b109c5e2d22b0d593a9ade0783b
This commit is contained in:
James E. Blair 2016-09-15 14:21:26 -07:00
parent 334715f12a
commit 8f46fbc0b5
1 changed files with 10 additions and 0 deletions

View File

@ -12,8 +12,17 @@ and puppet groups for access to their respective keys::
(Remember to log out and back into your shell if you add yourself
to a group.)
Launching a node currently requires a different version of ansible
than what is generally used on the puppetmaster. Set up a
virtualenv::
virtualenv ~/launch-env/
. ~/launch-env/bin/activate
pip install ansible==2.1.1.0 shade==1.12.1
To launch a node in the OpenStack CI account (production servers)::
. ~/launch-env/bin/activate
export OS_CLOUD=openstackci-rax
export OS_REGION=DFW
export FLAVOR="8 GB Performance"
@ -24,6 +33,7 @@ To launch a node in the OpenStack CI account (production servers)::
To launch a node in the OpenStack Jenkins account (slave nodes)::
. ~/launch-env/bin/activate
export OS_CLOUD=openstackjenkins-rax
export OS_REGION=DFW
export FQDN=slavename01.slave.openstack.org