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