diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-03 14:51:52 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-03-03 14:54:10 -0500 |
commit | c5b4d6ed99c82c9f61bb322345ec9dc3f0e77633 (patch) | |
tree | b40bab74fb05edaf3dc8098f41ed8ef4e9c4d184 | |
parent | 2aed70ef1529ea4996fc2367cde8e73f0736f9de (diff) |
Allow RDO_IMAGE_URI env var to override RDO images source
JIRA: APEX-381
Change-Id: If740f376fefc325d54c7477f8c97af0b51201354
Signed-off-by: Dan Radez <dradez@redhat.com>
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |