Change-Id: I3eb617135c2c69c09baaf490210f3c61c8670eef
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
opnfvlab=default
opnfvrel=c
opnfvfeature=odl_l2
-opnfvdistro=trusty
+opnfvdistro=xenial
opnfvarch=amd64
read_config() {
}
echo "...... deployment started ......"
-#deploy_dep
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 ......."