From: Fatih Degirmenci Date: Wed, 5 Apr 2017 16:40:07 +0000 (-0700) Subject: xci: Log info about provisioned VMs to console X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=74e8431d78c9e264eea912284f0dca414492a670;p=releng.git xci: Log info about provisioned VMs to console Change-Id: If29aaf0be6ddd860450eeb10432fe75e12b1d03b Signed-off-by: Fatih Degirmenci --- 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 #-------------------------------------------------------------------------------