diff --git a/conf/robottelo.yaml.template b/conf/robottelo.yaml.template index 036f12e24ee..55b3050b762 100644 --- a/conf/robottelo.yaml.template +++ b/conf/robottelo.yaml.template @@ -17,7 +17,7 @@ ROBOTTELO: # UNDR version is used for some URL composition SATELLITE_VERSION: "6.14" # The Base OS RHEL Version(x.y) where the satellite would be installed - RHEL_VERSION: "7.9" + RHEL_VERSION: "8.10" # Dynaconf and Dynaconf hooks related options SETTINGS: GET_FRESH: true diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 5d22a21d20c..1d54f5b1b5f 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -523,16 +523,16 @@ }, 'rhel8_bos': { 'id': 'rhel-8-for-x86_64-baseos-kickstart', - 'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.9', - 'version': '8.9', + 'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.10', + 'version': '8.10', 'reposet': REPOSET['kickstart']['rhel8_bos'], 'product': PRDS['rhel8'], 'distro': 'rhel8', }, 'rhel8_aps': { 'id': 'rhel-8-for-x86_64-appstream-kickstart', - 'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.9', - 'version': '8.9', + 'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.10', + 'version': '8.10', 'reposet': REPOSET['kickstart']['rhel8_aps'], 'product': PRDS['rhel8'], 'distro': 'rhel8',