diff options
author | 2016-11-08 17:59:44 +0100 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | 0b9c2676386a62912cfbab58cb01045cc2ffe649 (patch) | |
tree | 9cd8b899c85b4201fcc40e69cb2b06f5e14914f6 | |
parent | 6b5b4b36869a3d38586c5bc6fe979a72dca3a94c (diff) |
Add missing step on the baremetal documentation
Change-Id: Ib9ef5d342f1efe624464df249c950eb7807322e1
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
-rw-r--r-- | puppet-infracloud/deploy_on_baremetal.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet-infracloud/deploy_on_baremetal.md b/puppet-infracloud/deploy_on_baremetal.md index 334dff4d..2bd0a530 100644 --- a/puppet-infracloud/deploy_on_baremetal.md +++ b/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 |