summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-16 09:39:42 -0400
committerTim Rozet <trozet@redhat.com>2018-10-16 09:39:42 -0400
commita16953172cca0026496ab2002f23e8ed1b709c5d (patch)
tree1943fee7d75a03398f5f4ec8a254b07a7bf5cb3c
parente1c125496077fe9b693c80ad0ab9e345f1d2f438 (diff)
Updates rdo images URL
The delorean path does not have images for rocky, however they do exist under the rdo_trunk path. Comparing the images for queens between the 2 paths looks the same, so switching to this URL. Change-Id: I5d762af69b984c0fed1c79b73f2b4d61341298fa Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r--apex/common/constants.py2
-rw-r--r--apex/tests/test_apex_common_utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 5a2b7f98..bd8ffdbb 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -49,7 +49,7 @@ PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
DEBUG_OVERCLOUD_PW = 'opnfvapex'
NET_ENV_FILE = 'network-environment.yaml'
DEPLOY_TIMEOUT = 120
-UPSTREAM_RDO = 'https://images.rdoproject.org/master/delorean/current' \
+UPSTREAM_RDO = 'https://images.rdoproject.org/master/rdo_trunk/current' \
'-tripleo-rdo/'
OPENSTACK_GERRIT = 'https://review.openstack.org'
diff --git a/apex/tests/test_apex_common_utils.py b/apex/tests/test_apex_common_utils.py
index 4c250117..f307990d 100644
--- a/apex/tests/test_apex_common_utils.py
+++ b/apex/tests/test_apex_common_utils.py
@@ -84,7 +84,7 @@ class TestCommonUtils:
def test_fetch_upstream_previous_file(self):
test_file = 'overcloud-full.tar.md5'
- url = 'https://images.rdoproject.org/master/delorean/' \
+ url = 'https://images.rdoproject.org/master/rdo_trunk/' \
'current-tripleo/stable/'
os.makedirs('/tmp/fetch_test', exist_ok=True)
open("/tmp/fetch_test/{}".format(test_file), 'w').close()