From 498d228be6d2bb1f68b5d63813e01ecd68b315cd Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 10 Oct 2016 23:56:55 -0500 Subject: added juju status command after the deployment. Change-Id: I84fa50db3136fd86d6ee5ba7d8b40abfea13f1c5 Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/02-deploybundle.sh') 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' -- cgit 1.2.3-korg