diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-07 23:42:57 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-07 23:43:33 -0500 |
commit | d2d6923d759fbed5ad5147c95f9cb9f9051c8b11 (patch) | |
tree | 325265fd5abc6c4c04d6db49aa8ea76439ddb57b /ci/02-deploybundle.sh | |
parent | c262781dca8f2459e0e29ae1a88833ef41e4ed21 (diff) |
remove phase bundle to single bundle and test.
Change-Id: I2d04ea10f34d0bd578a635c63f27aae361293e18
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 9676d8d1..73795ae4 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -108,7 +108,7 @@ python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml pastebinit bundles.yaml || true echo "... Deployment Started ...." -juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $opnfvdistro-"$openstack"-nodes +juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $opnfvdistro-"$openstack" # seeing issue related to number of open files. # juju run --service nodes 'echo 2048 | sudo tee /proc/sys/fs/inotify/max_user_instances' @@ -124,4 +124,3 @@ while [ $c -lt $count ]; do let c+=1 done -juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $opnfvdistro-"$openstack" || true |