Merge "Print undercloud IP after deployment"
authorMichael Chapman <michapma@redhat.com>
Tue, 14 Jun 2016 04:57:47 +0000 (04:57 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 14 Jun 2016 04:57:47 +0000 (04:57 +0000)
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