From: Dan Radez Date: Fri, 3 Mar 2017 19:51:52 +0000 (-0500) Subject: Allow RDO_IMAGE_URI env var to override RDO images source X-Git-Tag: danube.1.0~41^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c5b4d6ed99c82c9f61bb322345ec9dc3f0e77633;p=apex.git Allow RDO_IMAGE_URI env var to override RDO images source JIRA: APEX-381 Change-Id: If740f376fefc325d54c7477f8c97af0b51201354 Signed-off-by: Dan Radez --- diff --git a/build/variables.sh b/build/variables.sh index c30aa2a7..0fc3824b 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -15,7 +15,7 @@ CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache" CACHE_HISTORY=".cache_history" PATCHES_DIR="${BUILD_ROOT}/patches" -rdo_images_uri=http://buildlogs.centos.org/centos/7/cloud/x86_64/tripleo_images/newton/delorean +rdo_images_uri=${RDO_IMAGES_URI:-http://buildlogs.centos.org/centos/7/cloud/$(uname -p)/tripleo_images/newton/delorean} onos_release_uri=https://downloads.onosproject.org/nightly/ onos_release_file=onos-1.8.0-rc6.tar.gz onos_jdk_uri=http://artifacts.opnfv.org/apex/colorado