Skip to content

Commit

Permalink
Change USE_SAPCONF usage
Browse files Browse the repository at this point in the history
Change USE_SAPCONF to default saptune
  • Loading branch information
mpagot committed Dec 13, 2024
1 parent 758c7fa commit 8bf3ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sles4sap_publiccloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ sub create_playbook_section_list {

# SLES4SAP/HA related playbooks
if ($args{ha_enabled}) {
push @playbook_list, 'pre-cluster.yaml', 'sap-hana-preconfigure.yaml -e use_sapconf=' . get_required_var('USE_SAPCONF');
push @playbook_list, 'pre-cluster.yaml', 'sap-hana-preconfigure.yaml -e use_sapconf=' . get_var('USE_SAPCONF', 'false');
push @playbook_list, 'cluster_sbd_prep.yaml' if ($args{fencing} eq 'sbd');
push @playbook_list, qw(
sap-hana-storage.yaml
Expand Down
1 change: 0 additions & 1 deletion tests/sles4sap/publiccloud/qesap_terraform.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ sub run {
}
set_var('SLES4SAP_OS_IMAGE_NAME', $os_image_name);

set_var_output('USE_SAPCONF', 'true');
# This is the path where community.sles-for-sap repo
# has been cloned.
# Not all the conf.yaml used by this file needs it but
Expand Down

0 comments on commit 8bf3ae0

Please sign in to comment.