diff options
author | Tim Rozet <trozet@redhat.com> | 2018-04-06 15:23:44 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-04-06 15:23:44 -0400 |
commit | 7c762620eb801faecc4f041f3a77561e3b9bd5ee (patch) | |
tree | e80339c2b4aa2bb1ad797dc0d8ff15d45a5a4e56 /build | |
parent | bc4ab949d988f12f8e896436b56bbc8b92d815db (diff) |
Freeze overcloud/undercloud images for Fraser release
Images are latest built on 3/25
Change-Id: If0d6e190ce65f0c9cac3c0056848d589db9c68dc
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-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 e966e33e..c11069dd 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -20,7 +20,7 @@ BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build_utils.py" # oom issues on some of the larger build steps VIRT_CUSTOMIZE="virt-customize -m 4096" -rdo_images_uri=${RDO_IMAGES_URI:-https://images.rdoproject.org/pike/delorean/current-tripleo} +rdo_images_uri=${RDO_IMAGES_URI:-http://artifacts.opnfv.org/apex/fraser/rdo} onos_release_uri=https://downloads.onosproject.org/release/ onos_release_file=onos-1.8.4.tar.gz |