Remove internal Red Hat URLs
Change-Id: I8c056e9ccad132f4ad7d45ab398d7e49a48bf70e
This commit is contained in:
parent
daff0d1ef4
commit
84c7b79181
@ -32,16 +32,10 @@ CONF = config.CONF
|
||||
|
||||
CIRROS_IMAGE_VERSION = '0.5.2'
|
||||
|
||||
if tobiko.tripleo.has_undercloud():
|
||||
CIRROS_IMAGE_URL = (
|
||||
f"http://rhos-qe-mirror-rdu2.usersys.redhat.com/images/cirros-"
|
||||
f"{CIRROS_IMAGE_VERSION}-x86_64-disk.img")
|
||||
|
||||
else:
|
||||
CIRROS_IMAGE_URL = (
|
||||
'http://download.cirros-cloud.net/{version}/'
|
||||
'cirros-{version}-x86_64-disk.img').format(
|
||||
version=CIRROS_IMAGE_VERSION)
|
||||
CIRROS_IMAGE_URL = (
|
||||
'http://download.cirros-cloud.net/{version}/'
|
||||
'cirros-{version}-x86_64-disk.img').format(
|
||||
version=CIRROS_IMAGE_VERSION)
|
||||
|
||||
|
||||
class CirrosImageFixture(glance.URLGlanceImageFixture):
|
||||
|
@ -27,13 +27,11 @@ LOG = log.getLogger(__name__)
|
||||
CONF = config.CONF
|
||||
|
||||
RHEL_IMAGE_MAJOR_VERSION = '8.4'
|
||||
RHEL_IMAGE_MINOR_VERSION = '1254'
|
||||
RHEL_IMAGE_MINOR_VERSION = '1313'
|
||||
|
||||
RHEL_IMAGE_URL = ('http://download.devel.redhat.com/brewroot/packages/'
|
||||
f'rhel-guest-image/{RHEL_IMAGE_MAJOR_VERSION}/'
|
||||
f'{RHEL_IMAGE_MINOR_VERSION}/images/'
|
||||
f'rhel-guest-image-{RHEL_IMAGE_MAJOR_VERSION}-'
|
||||
f'{RHEL_IMAGE_MINOR_VERSION}.x86_64.qcow2')
|
||||
RHEL_IMAGE_URL = ('https://url.corp.redhat.com/rhel-guest-image-'
|
||||
f'{RHEL_IMAGE_MAJOR_VERSION.replace(".", "-")}-'
|
||||
f'{RHEL_IMAGE_MINOR_VERSION}-x86-64-qcow2')
|
||||
|
||||
|
||||
def skip_unless_has_rhel_image():
|
||||
|
Loading…
x
Reference in New Issue
Block a user