From 7654c2a6a001d48676887ed2e3c05ebcfb04ec5f Mon Sep 17 00:00:00 2001 From: Michal Reznik Date: Fri, 21 Jun 2024 12:02:16 +0200 Subject: [PATCH] Revert "Add RHEL 7 for SAP ELS to the RHUI config (#1254)" This reverts commit 4ba0ec3d51126cdff31b47f96312d7c6c0d138ad. It turned out this change is not needed at the end. --- repos/system_upgrade/common/libraries/rhui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/system_upgrade/common/libraries/rhui.py b/repos/system_upgrade/common/libraries/rhui.py index b2b906c3eb..86f74084a1 100644 --- a/repos/system_upgrade/common/libraries/rhui.py +++ b/repos/system_upgrade/common/libraries/rhui.py @@ -319,7 +319,6 @@ 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'],