From a378658c216e0a61d8768d7e816d5b107ea3f4bc Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Fri, 7 Jun 2024 15:52:21 +0530 Subject: [PATCH] [6.13.z] Bump el8 kickstart version to 8.10 (#15353) Bump el8 kickstart version to 8.10 (#15242) Signed-off-by: Gaurav Talreja (cherry picked from commit 34cdad5fe4a6f52643b2e3aa8ee9ba6ba5bbfa43) --- conf/robottelo.yaml.template | 4 ++-- robottelo/constants/__init__.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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',