Document that ssh_public_key_path must be set

The public key parameter should be set and
point to the public key that you wish to
inject into systems built with ironic.

Otherwise, the ansible deploy call fails.

Change-Id: I986bb9cabf44ad8940a8e57a37435e3880bc5c01
This commit is contained in:
Dan Bode 2016-05-04 16:19:21 -07:00 committed by Julia Kreger
parent e44016b7ae
commit e1d20a6695
1 changed files with 7 additions and 0 deletions

View File

@ -343,6 +343,13 @@ To utilize the newer dynamic inventory based deployment::
export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.json
ansible-playbook -vvvv -i inventory/bifrost_inventory.py deploy-dynamic.yaml
Note::
Before running the above command, ensure that the value for `ssh_public_key_path` in
``./playbooks/inventory/group_vars/baremetal`` refers to a valid public key file,
or set the ssh_public_key_path option on the ansible-playbook command line by
setting the variable. Example: "-e ssh_public_key_path=~/.ssh/id_rsa.pub"
Testing with a single command
=============================