Add apex installer support for dovetail CI 71/23071/2
authorzshi <zshi@redhat.com>
Thu, 13 Oct 2016 06:43:06 +0000 (14:43 +0800)
committerzshi <zshi@redhat.com>
Thu, 13 Oct 2016 08:46:37 +0000 (16:46 +0800)
JIRA: DOVETAIL-32

This commit is part of the effort to test dovetail CI
for apex installer, see gerrit review 23065 for the
other part.

Change-Id: I645cc3fc854d27a651b1903936fb66dfe55c28d4
Signed-off-by: zshi <zshi@redhat.com>
jjb/dovetail/dovetail-run.sh

index 3f7a47b..f7a9655 100755 (executable)
@@ -34,6 +34,10 @@ fi
 
 opts="--privileged=true --rm"
 envs="-e CI_DEBUG=${CI_DEBUG} \
+      -e INSTALLER_TYPE=${INSTALLER_TYPE} \
+      -e INSTALLER_IP=${INSTALLER_IP} \
+      -e DEPLOY_SCENARIO=${DEPLOY_SCENARIO} \
+      -e DEPLOY_TYPE=${DEPLOY_TYPE} \
       -v /var/run/docker.sock:/var/run/docker.sock \
       -v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results"