Updates rdo images URL 95/63595/1
authorTim Rozet <trozet@redhat.com>
Tue, 16 Oct 2018 13:39:42 +0000 (09:39 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 16 Oct 2018 13:39:42 +0000 (09:39 -0400)
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>
apex/common/constants.py
apex/tests/test_apex_common_utils.py

index 5a2b7f9..bd8ffdb 100644 (file)
@@ -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'
 
index 4c25011..f307990 100644 (file)
@@ -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()