summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornarindergupta <narinder.gupta@canonical.com>2017-03-03 04:22:24 +0100
committernarindergupta <narinder.gupta@canonical.com>2017-03-03 04:23:42 +0100
commit7ac0e07096523e0b8a25f8017297a8b0b2c08ab5 (patch)
tree8f39f5818589c01aec7d095050b6a4ea7acf041b
parent4a864fc3c6692f7e71537ffbaaf4f49710e088d6 (diff)
Expose JUJU GUI to access the model using the GUI.
Change-Id: Ib04916c35f99608994bbab23d6b6bbc79695a496 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-xci/deploy.sh5
1 files changed, 5 insertions, 0 deletions
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 ......."