From 7ac0e07096523e0b8a25f8017297a8b0b2c08ab5 Mon Sep 17 00:00:00 2001 From: narindergupta Date: Fri, 3 Mar 2017 04:22:24 +0100 Subject: Expose JUJU GUI to access the model using the GUI. Change-Id: Ib04916c35f99608994bbab23d6b6bbc79695a496 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci/deploy.sh') 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 ......." -- cgit 1.2.3-korg