Skip to content

Commit

Permalink
Merge pull request #21323 from mpagot/qesap_angi
Browse files Browse the repository at this point in the history
Change name for the qesap variable about Angi
  • Loading branch information
BillAnastasiadis authored Mar 3, 2025
2 parents 0d144b6 + c90d9db commit 05d13d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sles4sap/qesapdeployment/configure.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sub run {
$variables{OS_OWNER} = get_var('QESAPDEPLOY_CLUSTER_OS_OWNER', 'amazon') if check_var('PUBLIC_CLOUD_PROVIDER', 'EC2');

$variables{USE_SAPCONF} = get_var('QESAPDEPLOY_USE_SAPCONF', 'false');
$variables{USE_SR_ANGI} = get_var('USE_SAP_HANA_SR_ANGI', 'false');
$variables{USE_SR_ANGI} = get_var('QESAPDEPLOY_USE_SAP_HANA_SR_ANGI', 'false');
$variables{SLES4SAP_PUBSSHKEY} = get_ssh_private_key_path() . '.pub';
$variables{REGISTRATION_PLAYBOOK} = get_var('QESAPDEPLOY_REGISTRATION_PLAYBOOK', 'registration');
$variables{REGISTRATION_PLAYBOOK} =~ s/\.yaml$//;
Expand Down

0 comments on commit 05d13d0

Please sign in to comment.