From 4ba0ec3d51126cdff31b47f96312d7c6c0d138ad Mon Sep 17 00:00:00 2001 From: "Michal Reznik (mreznik)" Date: Wed, 19 Jun 2024 15:59:01 +0200 Subject: [PATCH] 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 86f74084a1..b2b906c3eb 100644 --- a/repos/system_upgrade/common/libraries/rhui.py +++ b/repos/system_upgrade/common/libraries/rhui.py @@ -319,6 +319,7 @@ def mk_rhui_setup(clients=None, leapp_pkg='', mandatory_files=None, optional_fil ], 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'],