Merge "adding new scenraio documentation and updated the current one."
[joid.git] / 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  ......."