Skip to content

Commit

Permalink
[6.13.z] Bump el8 kickstart version to 8.10 (#15353)
Browse files Browse the repository at this point in the history
Bump el8 kickstart version to 8.10 (#15242)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 34cdad5)
  • Loading branch information
Gauravtalreja1 authored Jun 7, 2024
1 parent e858ece commit a378658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a378658

Please sign in to comment.