From: Narinder Gupta Date: Tue, 11 Oct 2016 04:56:55 +0000 (-0500) Subject: added juju status command after the deployment. X-Git-Tag: danube.1.0~133 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=498d228be6d2bb1f68b5d63813e01ecd68b315cd;p=joid.git added juju status command after the deployment. Change-Id: I84fa50db3136fd86d6ee5ba7d8b40abfea13f1c5 Signed-off-by: Narinder Gupta --- 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'