Skip to content

Commit

Permalink
Merge pull request #869 from berndfinger/issue-867-hana-on-rhel810
Browse files Browse the repository at this point in the history
sap_hana_preconfigure: Add RHEL 8.10
  • Loading branch information
berndfinger committed Sep 20, 2024
2 parents 63c6f98 + 0ff3372 commit 7243526
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions roles/sap_hana_preconfigure/vars/RedHat_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __sap_hana_preconfigure_supported_rhel_minor_releases:
- "8.4"
- "8.6"
- "8.8"
- "8.10"

# required repos for RHEL 8:
__sap_hana_preconfigure_req_repos_redhat_8_0_x86_64:
Expand Down Expand Up @@ -123,13 +124,13 @@ __sap_hana_preconfigure_req_repos_redhat_8_10_ppc64le:

# required SAP notes for RHEL 8:
__sap_hana_preconfigure_sapnotes_versions_x86_64:
- { number: '2777782', version: '40' }
- { number: '2777782', version: '49' }
- { number: '2382421', version: '40' }
- { number: '3024346', version: '10' }

__sap_hana_preconfigure_sapnotes_versions_ppc64le:
- { number: '2055470', version: '87' }
- { number: '2777782', version: '40' }
- { number: '2777782', version: '49' }
- { number: '2382421', version: '40' }
- { number: '3024346', version: '10' }

Expand Down Expand Up @@ -188,6 +189,16 @@ __sap_hana_preconfigure_min_packages_8_8_x86_64:
__sap_hana_preconfigure_min_packages_8_8_ppc64le:
- [ 'kernel', '4.18.0-477.13.1.el8_8' ]

__sap_hana_preconfigure_min_packages_8_9_x86_64:

__sap_hana_preconfigure_min_packages_8_9_ppc64le:

__sap_hana_preconfigure_min_packages_8_10_x86_64:
- [ 'kernel', '4.18.0-553.16.1.el8_10' ]

__sap_hana_preconfigure_min_packages_8_10_ppc64le:
- [ 'kernel', '4.18.0-553.16.1.el8_10' ]

__sap_hana_preconfigure_min_pkgs: "{{ lookup('vars', '__sap_hana_preconfigure_min_packages_' + ansible_distribution_version | string | replace(\".\", \"_\") + '_' + ansible_architecture) }}"

__sap_hana_preconfigure_packages:
Expand Down

0 comments on commit 7243526

Please sign in to comment.