From 628346cfd690524f1ec455ca35c3bc7474640079 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 1 Jul 2016 11:34:29 -0500 Subject: ocl integration draft. Change-Id: I7b700c2b926e0b60e889f5d48b182f74321a508b Signed-off-by: Narinder Gupta --- ci/01-deploybundle.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'ci/01-deploybundle.sh') 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 -- cgit 1.2.3-korg