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: Allow user to use existing NFS server #371

Closed caili-zhang-sas closed 5 months ago

caili-zhang-sas commented 5 months ago

Our customer already has NFS server in their Environment. We don't want to create NFS server when we using IAC tool to create the cluster. In Current version, it is not possible to only create the cluster. I have tried to delete all the variables related to NFS ( ha and standard) , but still end up with creating a NFS server.

caili-zhang-sas commented 5 months ago

I noticed that https://github.com/sassoftware/viya4-iac-azure/pull/203 already impletement this feature. Could you please add storage_type="none" into CONFIG-VAR.md?

riragh commented 5 months ago

The flag storage_type="none" is intended for internal use or POC works only. This is not an official option so team decided not add this into CONFIG-VARS.md. You can use this variable if required but adding official support for this variable option is not planned at this time. If anything changes in future, there will be a new ticket created for this work. Closing this as won't do.