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:
2534c7a
)
added juju status command after the deployment.
55/22955/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 11 Oct 2016 04:56:55 +0000
(23:56 -0500)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 11 Oct 2016 04:57:24 +0000
(23:57 -0500)
Change-Id: I84fa50db3136fd86d6ee5ba7d8b40abfea13f1c5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/02-deploybundle.sh
patch
|
blob
|
history
diff --git
a/ci/02-deploybundle.sh
b/ci/02-deploybundle.sh
index
73795ae
..
e3983a6
100755
(executable)
--- a/
ci/02-deploybundle.sh
+++ b/
ci/02-deploybundle.sh
@@
-110,6
+110,9
@@
pastebinit bundles.yaml || true
echo "... Deployment Started ...."
juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $opnfvdistro-"$openstack"
+#lets gather the status of deployment once juju-deployer completed.
+juju status --format=tabular
+
# seeing issue related to number of open files.
# juju run --service nodes 'echo 2048 | sudo tee /proc/sys/fs/inotify/max_user_instances'