diff --git a/conf/robottelo.yaml.template b/conf/robottelo.yaml.template index f4571008ed5..1d70eb5bab3 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.15" # 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 fd1da02ae47..b929d2174a3 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',