-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sap_hana_preconfigure: Be less restrictive with new RHEL versions
Solves issue #500. The new behavior if a system is running a RHEL version which is not in the list 'sap_hana_preconfigure_supported_rhel_minor_releases' is as follows: 1 - role running in normal mode: a - sap_hana_preconfigure_min_rhel_release_check: false (default) The debug task "Report if the system is running a RHEL release which is supported for SAP HANA" displays a warning message. b - sap_hana_preconfigure_min_rhel_release_check: true The assert task "Fail if the system is running a RHEL release which may not be supported for SAP HANA" fails with a failure message. 2 - role running in assert mode, sap_hana_preconfigure_assert: true: a - sap_hana_preconfigure_min_rhel_release_check: false (default) The assert task "Report if the RHEL release is supported for SAP HANA" displays a warning message but the warning(error) is always ignored, so the playbook continues. b - sap_hana_preconfigure_min_rhel_release_check: true The assert task "Assert that the system is running a RHEL release which is supported for SAP HANA" fails with a failure message.
- Loading branch information
1 parent
aa308d0
commit 27224e5
Showing
5 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
roles/sap_hana_preconfigure/tasks/RedHat/assert-installation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters