From: narindergupta Date: Fri, 3 Mar 2017 03:22:24 +0000 (+0100) Subject: Expose JUJU GUI to access the model using the GUI. X-Git-Tag: danube.1.0~15 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7ac0e07096523e0b8a25f8017297a8b0b2c08ab5;p=joid.git Expose JUJU GUI to access the model using the GUI. Change-Id: Ib04916c35f99608994bbab23d6b6bbc79695a496 Signed-off-by: Narinder Gupta --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 94ec5e8d..05fc462d 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -225,4 +225,9 @@ if [[ "$opnfvmodel" = "kubernetes" ]]; then ./k8.sh fi +# expose the juju gui-url to login into juju gui + +echo " ...... JUJU GUI can be access using the below URL ...... " +juju gui --show-credentials --no-browser + echo "...... finished ......."