modified to increase the number of user instance to open. 19/17519/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Mon, 25 Jul 2016 19:14:28 +0000 (14:14 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Mon, 25 Jul 2016 19:15:04 +0000 (14:15 -0500)
Change-Id: Ic76ce031c8641028edb7fc530b985a3df401ded5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/01-deploybundle.sh
ci/deploy.sh

index 5962d2d..6e2005d 100755 (executable)
@@ -78,6 +78,8 @@ python genBundle.py  -l deployconfig.yaml  -s $var > bundles.yaml
 
 echo "... Deployment Started ...."
 juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2"-nodes
-#juju ssh nodes/0 "echo 512 | sudo tee /proc/sys/fs/inotify/max_user_instances"
-#juju ssh nodes/1 "echo 512 | sudo tee /proc/sys/fs/inotify/max_user_instances"
+
+# seeing issue related to number of open files.
+juju run --service nodes 'echo 2048 | sudo tee /proc/sys/fs/inotify/max_user_instances'
+
 juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2" || true
index 656ac4e..4d5f61e 100755 (executable)
@@ -152,14 +152,6 @@ check_status() {
 echo "...... deployment started ......"
 deploy
 
-#temporary change the user instances as dhcp failed with limitation exceeded.
-# to be remove once charm fixes the issue
-
-#if [ "$opnfvdistro" == "xenial" ]; then
-#    juju ssh neutron-gateway/0 "echo 512 | sudo tee /proc/sys/fs/inotify/max_user_instances"
-#fi
-# Temorary change end
-
 check_status
 echo "...... deployment finished  ......."