summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-06-14 04:57:47 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-14 04:57:47 +0000
commit2af53674aec6188abbc73b066c5942d4aea9e043 (patch)
treeabd69cbda91c81621b9bfd78e8aa7be3ba7ccc0b /ci
parent61c08699e3cdfec36633ae869fddbc4f22c32244 (diff)
parent0002116a82389d00d75bd6954a30775407e3ae37 (diff)
Merge "Print undercloud IP after deployment"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 7ae60877..5fcc3887 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -1111,8 +1111,9 @@ fi
EOF
done
-# Print out the dashboard URL
+# Print out the undercloud IP and dashboard URL
source stackrc
+echo "Undercloud IP: $UNDERCLOUD, please connect by doing 'opnfv-util undercloud'"
echo "Overcloud dashboard available at http://\$(heat output-show overcloud PublicVip | sed 's/"//g')/dashboard"
EOI