From d20a00bf3e5f884db7d5e64ccc481ac17e795e00 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 22 Aug 2016 23:34:55 -0500 Subject: added lab to compare currently run only for orange pod1 Change-Id: I9f3689b65ca01ed74a39c9592221b1385ecbc4cd Signed-off-by: Narinder Gupta (cherry picked from commit b52bd11144452da1df96dc6a65210ebfd9e24111) --- ci/openstack.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ci/openstack.sh') diff --git a/ci/openstack.sh b/ci/openstack.sh index fbfc7c06..2e1eb9e1 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -7,11 +7,12 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -#./openstack.sh "$opnfvsdn" "$opnfvdistro" "$openstack" +#./openstack.sh "$opnfvsdn" "$opnfvlab" "$opnfvdistro" "$openstack" || true opnfvsdn=$1 -opnfvdistro=$2 -opnfvos=$3 +opnfvlab=$2 +opnfvdistro=$3 +opnfvos=$4 if [ -f ./deployconfig.yaml ];then EXTERNAL_NETWORK=`grep floating-ip-range deployconfig.yaml | cut -d ' ' -f 4 ` -- cgit 1.2.3-korg