Merge "Print undercloud IP after deployment"
[apex.git] / ci / deploy.sh
index 7ae6087..5fcc388 100755 (executable)
@@ -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