summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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