diff --git a/conf/robottelo.yaml.template b/conf/robottelo.yaml.template index df05f1bb2e6..ca0629689e5 100644 --- a/conf/robottelo.yaml.template +++ b/conf/robottelo.yaml.template @@ -15,9 +15,9 @@ ROBOTTELO: RUN_ONE_DATAPOINT: false # Satellite version supported by this branch # UNDR version is used for some URL composition - SATELLITE_VERSION: "6.11" + SATELLITE_VERSION: "6.13" # 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 3209b0345df..dce01009f20 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -520,16 +520,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'], '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',