in case of ONOS facing issue about the failure. 81/17481/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Mon, 25 Jul 2016 03:21:39 +0000 (22:21 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Mon, 25 Jul 2016 03:22:12 +0000 (22:22 -0500)
Change-Id: Id3569bf2a4dd05938cbd4135b5cb02cec3d57af0
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/01-deploybundle.sh
ci/deploy.sh

index 6c8e9b8..5962d2d 100755 (executable)
@@ -78,6 +78,6 @@ 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"
-juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2"
+#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"
+juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2" || true
index 5b85b4d..656ac4e 100755 (executable)
@@ -155,9 +155,9 @@ 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
+#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