diff options
author | 2017-04-05 16:49:42 +0000 | |
---|---|---|
committer | 2017-04-05 16:49:42 +0000 | |
commit | 37f9e7e794d4f407f1e67a4476d0874e89a7db6c (patch) | |
tree | a89449df6add1695caafc6560ab8b706f58fa3e9 /prototypes/xci | |
parent | 4f6a549044da900b0cc785f442bffa8120a12dc0 (diff) | |
parent | 74e8431d78c9e264eea912284f0dca414492a670 (diff) |
Merge "xci: Log info about provisioned VMs to console"
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 #------------------------------------------------------------------------------- |