diff options
author | Michael Chapman <michapma@redhat.com> | 2016-06-14 04:57:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-14 04:57:47 +0000 |
commit | 2af53674aec6188abbc73b066c5942d4aea9e043 (patch) | |
tree | abd69cbda91c81621b9bfd78e8aa7be3ba7ccc0b /ci | |
parent | 61c08699e3cdfec36633ae869fddbc4f22c32244 (diff) | |
parent | 0002116a82389d00d75bd6954a30775407e3ae37 (diff) |
Merge "Print undercloud IP after deployment"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 7ae60877..5fcc3887 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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 |