sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
72 stars 88 forks source link

Feature Request: Standard NFS server with raid 0 option #369

Closed caili-zhang-sas closed 4 months ago

caili-zhang-sas commented 6 months ago

I found that Standard NFS was set to Raid 5 by default, with 4 disk attached to VM. For Dev/Test environment, we want to use NFS server with only 1 disk, could you please add variable to modify disk number attached to NFS server?

riragh commented 6 months ago

Thank you for opening this feature enhancement request. This request will be reviewed and internal ticket will be created if request is approved. I'll post updates to this issue.

riragh commented 4 months ago

This request was reviewed internally. For any dev/test changes we recommend user to fork viya4-iac-azure repo and make the required changes for their testing. In your case you would need to fork the repo and update the data_disk_count to 1 in vms.tf file. https://github.com/sassoftware/viya4-iac-azure/blob/main/vms.tf#L110 Closing this issue.