From 0002116a82389d00d75bd6954a30775407e3ae37 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Mon, 13 Jun 2016 10:56:26 -0400 Subject: Print undercloud IP after deployment Change-Id: Ic0828622d129d8acd686d944fff88ed8593227b7 Signed-off-by: Feng Pan --- ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/deploy.sh') 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 -- cgit 1.2.3-korg