added lab to compare currently run only for orange pod1 05/19405/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 23 Aug 2016 04:34:55 +0000 (23:34 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 23 Aug 2016 22:47:45 +0000 (22:47 +0000)
Change-Id: I9f3689b65ca01ed74a39c9592221b1385ecbc4cd
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit b52bd11144452da1df96dc6a65210ebfd9e24111)

ci/deploy.sh
ci/openstack.sh

index c9994cc..dbe0ef9 100755 (executable)
@@ -170,7 +170,7 @@ check_status
 
 echo "...... deployment finished  ......."
 
-./openstack.sh "$opnfvsdn" "$opnfvdistro" "$openstack" || true
+./openstack.sh "$opnfvsdn" "$opnfvlab" "$opnfvdistro" "$openstack" || true
 sudo ../juju/get-cloud-images || true
 ../juju/joid-configure-openstack || true
 
index fbfc7c0..2e1eb9e 100755 (executable)
@@ -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 `