Expose JUJU GUI to access the model using the GUI. 87/29687/1
authornarindergupta <narinder.gupta@canonical.com>
Fri, 3 Mar 2017 03:22:24 +0000 (04:22 +0100)
committernarindergupta <narinder.gupta@canonical.com>
Fri, 3 Mar 2017 03:23:42 +0000 (04:23 +0100)
Change-Id: Ib04916c35f99608994bbab23d6b6bbc79695a496
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/deploy.sh

index 94ec5e8..05fc462 100755 (executable)
@@ -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  ......."