Fix a copy-paste error in README.rst

Hardware deployment should use the deploy-dynamic playbook.

Change-Id: Ia3f103dbc236a920e1eb4cdef2819ace1ac26988
This commit is contained in:
Davide Guerri 2015-07-01 15:58:01 +01:00
parent 3266e0c09e
commit b739f285e5

View File

@ -300,7 +300,7 @@ playbook and the older legacy deploy.yaml playbook.
To utilize the newer dynamic inventory based deployment::
export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.json
ansible-playbook -vvvv -i inventory/bifrost_inventory.py enroll-dynamic.yaml
ansible-playbook -vvvv -i inventory/bifrost_inventory.py deploy-dynamic.yaml
To utilize the legacy csv file based playbook::