Mention the --salt option in launch instructions
Change-Id: I8f8ddc32c2be997bfedd772e8a462837b7a43423
This commit is contained in:
parent
ef399b91af
commit
5945fb747b
@ -28,7 +28,10 @@ To launch a node in the OpenStack Jenkins account (slave nodes)::
|
||||
nova flavor-list
|
||||
export RAM=8192
|
||||
sudo puppet cert generate $FQDN
|
||||
./launch-node.py $FQDN --image "$IMAGE" --ram $RAM
|
||||
./launch-node.py $FQDN --image "$IMAGE" --ram $RAM --salt
|
||||
|
||||
The --salt option tells the script to automatically configure and enroll
|
||||
the server as a minion on the salt master.
|
||||
|
||||
If you are launching a replacement server, you may skip the generate
|
||||
step and specify the name of an existing puppet cert (as long as the
|
||||
|
Loading…
Reference in New Issue
Block a user