Skip to content

Commit

Permalink
Remove qesap setting HANA_OS_MAJOR_VERSION
Browse files Browse the repository at this point in the history
Remove Terraform variable that does no more exist in qe-sap-deployment.
  • Loading branch information
mpagot committed Nov 22, 2023
1 parent c51c095 commit 041cfd9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion data/sles4sap/qe_sap_deployment/sles4sap_aws_generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ terraform:
aws_credentials: '/root/amazon_credentials'
os_image: '%SLES4SAP_OS_IMAGE_NAME%'
os_owner: '%SLE_IMAGE_OWNER%'
hana_os_major_version: '%HANA_OS_MAJOR_VERSION%'

# HANA
hana_count: '%NODE_COUNT%'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ terraform:
public_key: '~/.ssh/id_rsa.pub'
private_key: '~/.ssh/id_rsa'
os_image: '%SLES4SAP_OS_IMAGE_NAME%'
hana_os_major_version: '%HANA_OS_MAJOR_VERSION%'
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ terraform:
public_key: '~/.ssh/id_rsa.pub'
private_key: '~/.ssh/id_rsa'
os_image: '%SLES4SAP_OS_IMAGE_NAME%'
hana_os_major_version: '%HANA_OS_MAJOR_VERSION%'
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ terraform:
public_key: '~/.ssh/id_rsa.pub'
private_key: '~/.ssh/id_rsa'
os_image_uri: '%SLES4SAP_OS_IMAGE_NAME%'
hana_os_major_version: '%HANA_OS_MAJOR_VERSION%'

# HANA
hana_count: '%NODE_COUNT%'
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 @@ -11,7 +11,6 @@
# NODE_COUNT - number of nodes to deploy. Needs to be >1 for cluster usage.
# PUBLIC_CLOUD_INSTANCE_TYPE - VM size, sets terraform 'vm_size' parameter
# USE_SAPCONF - (true/false) set 'false' to use saptune
# HANA_OS_MAJOR_VERSION - sets 'hana_os_major_version' terraform parameter - default is taken from 'VERSION'
# FENCING_MECHANISM - (sbd/native) choose fencing mechanism
# QESAP_SCC_NO_REGISTER - define variable in openqa to skip SCC registration via ANSIBLE
# HANA_MEDIA - Hana install media directory
Expand Down

0 comments on commit 041cfd9

Please sign in to comment.