summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-07 07:55:37 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-07 11:26:48 -0500
commitf22e7ac163e30b07bb1582d55c40123ef23a735f (patch)
tree0223762bdbdcdb7de510ad3e5f539a0906764974 /ci/01-deploybundle.sh
parent30e949d21abe6fb009feb2c2aa3111a85d5258c4 (diff)
tried to modify into single bundle. That is correct step to move
towards JUJU 2.0 Change-Id: I58e24aac2b5c23982a888bdc69830f95a9f79122 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 7c90fdb1..52486be6 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -154,10 +154,9 @@ fi
python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml
echo "... Deployment Started ...."
- juju-deployer -vW -d -t 3600 -c bundles.yaml $6-"$2"-nodes
- check_status
+ juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2"
+ #juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $6-"$2"-nodes
+ #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"