summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-01 11:34:29 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-01 12:29:04 -0500
commit628346cfd690524f1ec455ca35c3bc7474640079 (patch)
tree27361e027e199a734a294d2c38619a9d1c4a7ca1 /ci/01-deploybundle.sh
parentc9d45c59ff34d5938b535ee4fb84a86bb232839a (diff)
ocl integration draft.
Change-Id: I7b700c2b926e0b60e889f5d48b182f74321a508b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index 78f3cf50..25ee38e0 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -152,13 +152,8 @@ else
var=os-$4-$fea-$1
fi
-if [ "$4" != "nosdn" ]; then
- python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml
-elif [ "$4" == "odl" ]; then
- python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml
-elif [ "$4" == "onos" ]; then
- python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml
-fi
+#lets generate the bundle for all target using genBundle.py
+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