diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-11-11 19:52:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-11 19:52:58 +0000 |
commit | 1a2d904f601ff1c4d8796a010984741ec0318b04 (patch) | |
tree | 5d86e38b58ce3e1ae637a4b631c6598f86a44208 | |
parent | d90f11b4832ddeaeae25668113ac2d5ac3692c2a (diff) | |
parent | f8dc1c838f636a0d6040c565e714dbd310a315ae (diff) |
Merge "Add missing step on the baremetal documentation"
-rw-r--r-- | prototypes/puppet-infracloud/deploy_on_baremetal.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/deploy_on_baremetal.md b/prototypes/puppet-infracloud/deploy_on_baremetal.md index 334dff4d2..2bd0a5303 100644 --- a/prototypes/puppet-infracloud/deploy_on_baremetal.md +++ b/prototypes/puppet-infracloud/deploy_on_baremetal.md @@ -26,6 +26,7 @@ On the same bifrost VM, follow these steps: 1. Source bifrost env vars: source /opt/stack/bifrost/env-vars 2. Export baremetal servers inventory: export BIFROST_INVENTORY-SOURCE=/opt/stack/baremetal.json + 3. Change active directory: cd /opt/stack/bifrost/playbooks 3. Enroll the servers: ansible-playbook -vvv -i inventory/bifrost_inventory.py enroll-dynamic.yaml -e @/etc/bifrost/bifrost_global_vars 4. Deploy the servers: ansible-playbook -vvv -i inventory/bifrost_inventory.py deploy-dynamic.yaml -e @/etc/bifrost/bifrost_global_vars 5. Wait until they are on **active** state, check it with: ironic node-list |