Merge "Add apex installer support for dovetail CI"
authorJun Li <matthew.lijun@huawei.com>
Thu, 13 Oct 2016 10:56:00 +0000 (10:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 13 Oct 2016 10:56:00 +0000 (10:56 +0000)
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"