|
3 | 3 | # defaults file for sap_netweaver_preconfigure |
4 | 4 |
|
5 | 5 | # Perform an assertion run: |
6 | | -sap_netweaver_preconfigure_assert: no |
| 6 | +sap_netweaver_preconfigure_assert: false |
7 | 7 |
|
8 | 8 | # In case of an assertion run, if set to "yes", the role will abort for any assertion error: |
9 | | -sap_netweaver_preconfigure_assert_ignore_errors: no |
| 9 | +sap_netweaver_preconfigure_assert_ignore_errors: false |
10 | 10 |
|
11 | 11 | sap_netweaver_preconfigure_min_swap_space_mb: '20480' |
12 | 12 |
|
13 | | -sap_netweaver_preconfigure_fail_if_not_enough_swap_space_configured: yes |
| 13 | +sap_netweaver_preconfigure_fail_if_not_enough_swap_space_configured: true |
14 | 14 |
|
15 | 15 | sap_netweaver_preconfigure_rpath: '/usr/sap/lib' |
16 | 16 |
|
17 | | -sap_netweaver_preconfigure_use_adobe_doc_services: no |
| 17 | +sap_netweaver_preconfigure_use_adobe_doc_services: true |
18 | 18 |
|
19 | | -#SLES Only |
20 | | -sap_netweaver_preconfigure_saptune_version: '3.0.2' |
21 | | - |
22 | | -## The following variables control aspects of saptune and are only relevant for SLES for SAP Application |
23 | | - |
24 | | -# The saptune solution to apply. For netweaver, the only appropriate options are: |
25 | | -#NETWEAVER |
26 | | -#NETWEAVER+HANA |
27 | | -#S4HANA-APP+DB |
28 | | -#S4HANA-APPSERVER |
29 | | -#S4HANA-DBSERVER |
30 | | -# The default value is NETWEAVER |
| 19 | +# (SUSE specific) Version of saptune to install. |
| 20 | +# It is recommended to install latest version by keeping this variable empty. |
| 21 | +# This will replace the current installed version if present, even downgrade if necessary. |
| 22 | +sap_netweaver_preconfigure_saptune_version: '' |
31 | 23 |
|
| 24 | +# (SUSE specific) Saptune solution to be applied. |
| 25 | +# Available options for Netweaver are: NETWEAVER, NETWEAVER+HANA, S4HANA-APP+DB, S4HANA-APPSERVER, S4HANA-DBSERVER |
32 | 26 | sap_netweaver_preconfigure_saptune_solution: NETWEAVER |
0 commit comments