From: Feng Pan Date: Mon, 13 Jun 2016 14:56:26 +0000 (-0400) Subject: Print undercloud IP after deployment X-Git-Tag: colorado.1.0~175^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0002116a82389d00d75bd6954a30775407e3ae37;p=apex.git Print undercloud IP after deployment Change-Id: Ic0828622d129d8acd686d944fff88ed8593227b7 Signed-off-by: Feng Pan --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 7c07ae63..7de3c7fc 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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