Merge "Mention the --salt option in launch instructions"
This commit is contained in:
commit
8d3362e1ef
@ -28,7 +28,10 @@ To launch a node in the OpenStack Jenkins account (slave nodes)::
|
|||||||
nova flavor-list
|
nova flavor-list
|
||||||
export RAM=8192
|
export RAM=8192
|
||||||
sudo puppet cert generate $FQDN
|
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
|
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
|
step and specify the name of an existing puppet cert (as long as the
|
||||||
|
Loading…
Reference in New Issue
Block a user