Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4a864fc
)
Expose JUJU GUI to access the model using the GUI.
87/29687/1
author
narindergupta
<narinder.gupta@canonical.com>
Fri, 3 Mar 2017 03:22:24 +0000
(
04:22
+0100)
committer
narindergupta
<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
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
94ec5e8
..
05fc462
100755
(executable)
--- 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 ......."