File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,12 @@ create_jump_public_ip = true
104104jump_vm_admin = " jumpuser"
105105jump_vm_machine_type = " Standard_B2s"
106106
107- # Storage for SAS Viya CAS/Compute
107+ # Storage for Viya Compute Services
108+ # Supported storage_type values
109+ # "standard" - Custom managed NFS Server VM and disks
110+ # "ha" - Azure NetApp Files managed service
111+
112+ # # Standard storage type
108113storage_type = " standard"
109114# required ONLY when storage_type is "standard" to create NFS Server VM
110115create_nfs_public_ip = false
@@ -113,6 +118,13 @@ nfs_vm_machine_type = "Standard_D8s_v4"
113118nfs_raid_disk_size = 128
114119nfs_raid_disk_type = " Standard_LRS"
115120
121+ # # HA storage type
122+ # storage_type = "ha"
123+ # # required ONLY when storage_type = ha for Azure NetApp Files service
124+ # netapp_service_level = "Premium"
125+ # netapp_size_in_tb = 4
126+ # netapp_network_features = "Standard" # For SingleStore configuration with ha storage 'netapp_network_features' should be set to 'Standard'
127+
116128# SingleStore configuration
117129aks_network_plugin = " azure"
118130
You can’t perform that action at this time.
0 commit comments