- do not attempt to enable HANA repos for s390x - sap_general_preconfigure: fix variable inclusion for RHEL minor releases - sap_hana_preconfigure: Add vars for RHEL 9.1 managed nodes - sap_hana_preconfigure: Fix issue #154 Related: #2065407
44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
commit 1bed9bd31df258d57308f7fcffadd433d97cc9d7
|
|
Author: Bernd Finger <>
|
|
Date: Wed Jun 8 17:51:30 2022 +0200
|
|
|
|
sap_hana_preconfigure: Add vars for RHEL 9.1 managed nodes
|
|
|
|
The minimum RHEL 9 kernel for RHEL 9.0 is now set to be identical to the
|
|
GA kernel.
|
|
|
|
diff --git a/roles/sap_hana_preconfigure/vars/RedHat_9.yml b/roles/sap_hana_preconfigure/vars/RedHat_9.yml
|
|
index 0be479b..d3440e5 100644
|
|
--- a/roles/sap_hana_preconfigure/vars/RedHat_9.yml
|
|
+++ b/roles/sap_hana_preconfigure/vars/RedHat_9.yml
|
|
@@ -15,6 +15,16 @@ __sap_hana_preconfigure_req_repos_redhat_9_0_ppc64le:
|
|
- "rhel-9-for-ppc64le-appstream-e4s-rpms"
|
|
- "rhel-9-for-ppc64le-sap-solutions-e4s-rpms"
|
|
|
|
+__sap_hana_preconfigure_req_repos_redhat_9_1_x86_64:
|
|
+ - "rhel-9-for-x86_64-baseos-rpms"
|
|
+ - "rhel-9-for-x86_64-appstream-rpms"
|
|
+ - "rhel-9-for-x86_64-sap-solutions-rpms"
|
|
+
|
|
+__sap_hana_preconfigure_req_repos_redhat_9_1_ppc64le:
|
|
+ - "rhel-9-for-ppc64le-baseos-rpms"
|
|
+ - "rhel-9-for-ppc64le-appstream-rpms"
|
|
+ - "rhel-9-for-ppc64le-sap-solutions-rpms"
|
|
+
|
|
# required SAP notes for RHEL 9:
|
|
__sap_hana_preconfigure_sapnotes_versions_x86_64:
|
|
- { number: '2777782', version: '22' }
|
|
@@ -36,10 +46,10 @@ __sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars','__sap_hana_preconf
|
|
|
|
# Minimum required package levels for RHEL 9.0:
|
|
__sap_hana_preconfigure_min_packages_9_0_x86_64:
|
|
- - [ 'kernel', '5.11.0-1.el9' ]
|
|
+ - [ 'kernel', '5.14.0-70.13.1.el9_0' ]
|
|
|
|
__sap_hana_preconfigure_min_packages_9_0_ppc64le:
|
|
- - [ 'kernel', '5.11.0-2.el9' ]
|
|
+ - [ 'kernel', '5.14.0-70.13.1.el9_0' ]
|
|
|
|
__sap_hana_preconfigure_min_packages_9_1_x86_64:
|
|
|