diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 6c8e9b80..5962d2d3 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -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 |