@@ -298,6 +298,32 @@ By default the SAP System deployment uses the credentials from the SAP Workload
298
298
> | ---------------------------------- | ----------------------------------------------------------------------- | ----------- |
299
299
> | ` azure_files_storage_account_id ` | If provided the Azure resource ID of the storage account for Azure Files | Optional |
300
300
301
+ ### Azure NetApp Files Support
302
+
303
+ > [ !div class="mx-tdCol2BreakAll "]
304
+ > | Variable | Description | Type | Notes |
305
+ > | ---------------------------------- | -----------------------------------------------------------------------| ----------- | ------ |
306
+ > | ` ANF_use_for_HANA_data ` | Create Azure NetApp Files volume for HANA data | Optional | |
307
+ > | ` ANF_use_existing_data_volume ` | Use existing Azure NetApp Files volume for HANA data | Optional | Use for pre-created volumes |
308
+ > | ` ANF_data_volume_name ` | Azure NetApp Files volume name for HANA data | Optional | |
309
+ > | ` ANF_HANA_data_volume_size ` | Azure NetApp Files volume size in GB for HANA data | Optional | default size 256 |
310
+ > | ` ANF_use_for_HANA_log ` | Create Azure NetApp Files volume for HANA data | Optional | |
311
+ > | ` ANF_use_existing_log_volume ` | Use existing Azure NetApp Files volume for HANA data | Optional | Use for pre-created volumes |
312
+ > | ` ANF_log_volume_name ` | Azure NetApp Files volume name for HANA data | Optional | |
313
+ > | ` ANF_HANA_log_volume_size ` | Azure NetApp Files volume size in GB for HANA data | Optional | default size 128 |
314
+
315
+
316
+ ## Oracle parameters
317
+
318
+ When deploying Oracle based systems these parameters need to be updated in the sap-parameters.yaml file.
319
+
320
+ > [ !div class="mx-tdCol2BreakAll "]
321
+ > | Variable | Description | Type | Notes |
322
+ > | ---------------------------------- | -----------------------------------------------------------------------| ----------- | ------ |
323
+ > | ` ora_release ` | Release of Oracle, e.g. 19 | Mandatory | |
324
+ > | ` ora_version ` | Version of Oracle, e.g. 19.0.0 | Mandatory | |
325
+ > | ` oracle_sbp_patch ` | Oracle SBP patch file name, e.g. SAP19P_2202-70004508.ZIP | Mandatory | Must be part of the Bill of Materials |
326
+
301
327
## Terraform parameters
302
328
303
329
The table below contains the Terraform parameters, these parameters need to be entered manually if not using the deployment scripts.
0 commit comments