Print undercloud IP after deployment 69/15469/2
authorFeng Pan <fpan@redhat.com>
Mon, 13 Jun 2016 14:56:26 +0000 (10:56 -0400)
committerFeng Pan <fpan@redhat.com>
Mon, 13 Jun 2016 16:31:52 +0000 (12:31 -0400)
Change-Id: Ic0828622d129d8acd686d944fff88ed8593227b7
Signed-off-by: Feng Pan <fpan@redhat.com>
ci/deploy.sh

index 7c07ae6..7de3c7f 100755 (executable)
@@ -1110,8 +1110,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