File tree Expand file tree Collapse file tree 5 files changed +15
-16
lines changed
sap_general_preconfigure/meta
sap_netweaver_preconfigure Expand file tree Collapse file tree 5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ argument_specs:
172
172
sap_general_preconfigure_packages :
173
173
default : " {{ __sap_general_preconfigure_packages }}"
174
174
description :
175
- - The list of packages to install .
175
+ - The list of packages to be installed .
176
176
- The default for this variable is set in the vars file which corresponds to the detected OS version.
177
177
required : false
178
178
type : list
Original file line number Diff line number Diff line change @@ -100,9 +100,10 @@ sap_hana_preconfigure_modify_selinux_labels: true
100
100
# how the variable `sap_hana_preconfigure_create_directories` (see above) is set.
101
101
102
102
sap_hana_preconfigure_packages : " {{ __sap_hana_preconfigure_packages }}"
103
- # The list of packages to be installed.
103
+ # The list of packages to be installed for SAP HANA .
104
104
# For RHEL 8 and later, you can choose to install either the default list
105
105
# or a list of the minimum required packages for SAP HANA server (parameter `__sap_hana_preconfigure_packages_min_install`).
106
+ # The default for this variable is set in the vars file which corresponds to the detected OS version.
106
107
107
108
sap_hana_preconfigure_min_package_check : true
108
109
# SAP HANA requires certain minimum package versions to be supported. These minimum levels are listed in SAP Note 2235581.
Original file line number Diff line number Diff line change @@ -210,8 +210,9 @@ argument_specs:
210
210
sap_hana_preconfigure_packages :
211
211
default : " {{ __sap_hana_preconfigure_packages }}"
212
212
description :
213
- - List of packages to be installed for SAP HANA. For RHEL 8 and later, you can choose to install either the default list
213
+ - The list of packages to be installed for SAP HANA. For RHEL 8 and later, you can choose to install either the default list
214
214
- or a list of the minimum required packages for SAP HANA server (parameter `__sap_hana_preconfigure_packages_min_install`).
215
+ - The default for this variable is set in the vars file which corresponds to the detected OS version.
215
216
required : false
216
217
type : list
217
218
elements : str
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ sap_netweaver_preconfigure_rpath: '/usr/sap/lib'
17
17
sap_netweaver_preconfigure_use_adobe_doc_services : false
18
18
19
19
sap_netweaver_preconfigure_packages : " {{ __sap_netweaver_preconfigure_packages }}"
20
- # The list of packages to be installed.
20
+ # The list of packages to be installed for SAP NETWEAVER.
21
+ # The default for this variable is set in the vars file which corresponds to the detected OS version.
21
22
22
23
# Set this parameter to `true` to update the system to the latest package levels.
23
24
sap_netweaver_preconfigure_update : false
Original file line number Diff line number Diff line change @@ -8,18 +8,14 @@ argument_specs:
8
8
short_description : Variables for SAP NetWeaver preconfiguration
9
9
options :
10
10
11
- # sap_netweaver_preconfigure_...
12
- # default:
13
- # description:
14
- # -
15
- # example:
16
- #
17
- # required: false
18
- # type:
19
- # options: # additional options for lists and dicts
20
- # <param>:
21
- # description:
22
- # ...
11
+ sap_netweaver_preconfigure_packages :
12
+ default : " {{ __sap_netweaver_preconfigure_packages }}"
13
+ description :
14
+ - The list of packages to be installed for SAP NETWEAVER.
15
+ - The default for this variable is set in the vars file which corresponds to the detected OS version.
16
+ required : false
17
+ type : list
18
+ elements : str
23
19
24
20
sap_netweaver_preconfigure_config_all :
25
21
default : true
You can’t perform that action at this time.
0 commit comments