summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ......."