summaryrefslogtreecommitdiffstats
path: root/ci/02-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-10 23:56:55 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-10 23:57:24 -0500
commit498d228be6d2bb1f68b5d63813e01ecd68b315cd (patch)
tree4d6b6d978dedc02dd7e3fe2eba3af013c20105d5 /ci/02-deploybundle.sh
parent2534c7a972770184f97c399ee5a270e51d004ffc (diff)
added juju status command after the deployment.
Change-Id: I84fa50db3136fd86d6ee5ba7d8b40abfea13f1c5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-xci/02-deploybundle.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh
index 73795ae4..e3983a60 100755
--- 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'