Skip to content

Commit fcb7822

Browse files
committed
sap_hana_preconfigure: Remove superfluous comments from vars files
Now that all the undefined vars are defined, these parts of the comments do no longer apply. Signed-off-by: Bernd Finger <bfinger@redhat.com>
1 parent 0940d9e commit fcb7822

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

roles/sap_hana_preconfigure/vars/RedHat_10.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ __sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars', '__sap_hana_precon
132132

133133
# In SAP Note XXX, certain minimal required packages for the different RHEL 10 minor releases are listed.
134134
# The following will assign them properly to __sap_hana_preconfigure_min_pkgs.
135-
# If variable __sap_hana_preconfigure_min_packages_VERSION_ARCH is not defined,
136-
# variable __sap_hana_preconfigure_min_pkgs will be undefined as well.
137135

138136
# Minimum required package levels for RHEL 10.0:
139137
__sap_hana_preconfigure_min_packages_10_0_x86_64:

roles/sap_hana_preconfigure/vars/RedHat_7.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ __sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars', '__sap_hana_precon
5858

5959
# In SAP Note 2235581, certain minimal required packages for the different RHEL 7 minor releases are listed.
6060
# The following will assign them properly to __sap_hana_preconfigure_min_pkgs.
61-
# If variable __sap_hana_preconfigure_min_packages_VERSION is not defined,
62-
# variable __sap_hana_preconfigure_min_pkgs will be undefined as well.
6361

6462
__sap_hana_preconfigure_min_packages_7_2_x86_64:
6563
- [ 'kernel', '3.10.0-327.62.4.el7' ]

roles/sap_hana_preconfigure/vars/RedHat_8.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ __sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars', '__sap_hana_precon
138138

139139
# In SAP Note 2777782, certain minimal required packages for the different RHEL 8 minor releases are listed.
140140
# The following will assign them properly to __sap_hana_preconfigure_min_pkgs.
141-
# If variable __sap_hana_preconfigure_min_packages_VERSION_ARCH is not defined,
142-
# variable __sap_hana_preconfigure_min_pkgs will be undefined as well.
143141

144142
# Minimum required package levels for RHEL 8.0:
145143
# Attention: SAP note 2812427 requires more recent package kernel-4.18.0-80.15.1.el8_0 also for x86_64, covered by role sap_general_preconfigure

roles/sap_hana_preconfigure/vars/RedHat_9.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ __sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars', '__sap_hana_precon
135135

136136
# In SAP Note XXX, certain minimal required packages for the different RHEL 9 minor releases are listed.
137137
# The following will assign them properly to __sap_hana_preconfigure_min_pkgs.
138-
# If variable __sap_hana_preconfigure_min_packages_VERSION_ARCH is not defined,
139-
# variable __sap_hana_preconfigure_min_pkgs will be undefined as well.
140138

141139
# Minimum required package levels for RHEL 9.0:
142140
__sap_hana_preconfigure_min_packages_9_0_x86_64:

0 commit comments

Comments
 (0)