diff options
Diffstat (limited to 'prototypes/xci')
-rwxr-xr-x | prototypes/xci/xci-deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/prototypes/xci/xci-deploy.sh b/prototypes/xci/xci-deploy.sh index da5bb26cf..2fd9be022 100755 --- a/prototypes/xci/xci-deploy.sh +++ b/prototypes/xci/xci-deploy.sh @@ -70,7 +70,9 @@ cd $XCI_PATH/playbooks ansible-playbook $ANSIBLE_VERBOSITY -i inventory provision-vm-nodes.yml echo "-----------------------------------------------------------------------" echo "Info: VM nodes are provisioned!" - +source $OPENSTACK_BIFROST_PATH/env-vars +ironic node-list +echo #------------------------------------------------------------------------------- # Configure localhost #------------------------------------------------------------------------------- |