- Improve set_systemd_services_states logging - [IPU 7 -> 8] Fix detection of bootable device on RAID - Fix detection of valid sshd config with internal-sftp subsystem in Leapp - Handle a false positive GPG check error when TargetUserSpaceInfo is missing - Fix failing "update-ca-trust" command caused by missing util-linux package - Improve report when a system is unsupported - Fix handling of versions in RHUI configuration for ELS and SAP upgrades - Add missing RHUI GCP config info for RHEL for SAP - Resolves: RHEL-33902, RHEL-30573, RHEL-43978, RHEL-39046, RHEL-39047, RHEL-39049
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 4ba0ec3d51126cdff31b47f96312d7c6c0d138ad Mon Sep 17 00:00:00 2001
|
|
From: "Michal Reznik (mreznik)" <mreznik@redhat.com>
|
|
Date: Wed, 19 Jun 2024 15:59:01 +0200
|
|
Subject: [PATCH 64/92] Add RHEL 7 for SAP ELS to the RHUI config (#1254)
|
|
|
|
There is going to be a separate ELS RHUI client package for
|
|
RHEL 7 for SAP.
|
|
---
|
|
repos/system_upgrade/common/libraries/rhui.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/repos/system_upgrade/common/libraries/rhui.py b/repos/system_upgrade/common/libraries/rhui.py
|
|
index 86f74084..b2b906c3 100644
|
|
--- a/repos/system_upgrade/common/libraries/rhui.py
|
|
+++ b/repos/system_upgrade/common/libraries/rhui.py
|
|
@@ -319,6 +319,7 @@ RHUI_SETUPS = {
|
|
],
|
|
RHUIFamily(RHUIProvider.GOOGLE, variant=RHUIVariant.SAP, client_files_folder='google-sap'): [
|
|
mk_rhui_setup(clients={'google-rhui-client-rhel79-sap'}, os_version='7', content_channel=ContentChannel.E4S),
|
|
+ mk_rhui_setup(clients={'google-rhui-client-rhel7-sap-els'}, os_version='7'),
|
|
mk_rhui_setup(clients={'google-rhui-client-rhel8-sap'}, leapp_pkg='leapp-rhui-google-sap',
|
|
mandatory_files=[('leapp-google-sap.repo', YUM_REPOS_PATH)],
|
|
files_supporting_client_operation=['leapp-google-sap.repo'],
|
|
--
|
|
2.42.0
|
|
|