diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 25ee38e0..7c90fdb1 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -46,8 +46,6 @@ check_status() { retval=1 fi done - status=`juju action do heat/0 domain-setup` - echo $status echo "...... deployment finishing ......." } @@ -160,5 +158,6 @@ echo "... Deployment Started ...." check_status 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" |