summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-24 22:21:39 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-24 22:22:12 -0500
commit68ddcc6250369a6497d5a106d38003d9aa609ea0 (patch)
tree2e3976edf92d7757f76c22927aa5f1488e76ece1 /ci/deploy.sh
parenta490b71b1f60224d0c13a0dd1391c87d32a594ea (diff)
in case of ONOS facing issue about the failure.
Change-Id: Id3569bf2a4dd05938cbd4135b5cb02cec3d57af0 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 5b85b4dd..656ac4ed 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -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