Skip to content

Commit ab66dbd

Browse files
authored
docs: (IAC-812): Updated S2 example file for SingleStore configuration with HA storage (#271)
1 parent 192b628 commit ab66dbd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

examples/sample-input-singlestore.tfvars

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ create_jump_public_ip = true
104104
jump_vm_admin = "jumpuser"
105105
jump_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
108113
storage_type = "standard"
109114
# required ONLY when storage_type is "standard" to create NFS Server VM
110115
create_nfs_public_ip = false
@@ -113,6 +118,13 @@ nfs_vm_machine_type = "Standard_D8s_v4"
113118
nfs_raid_disk_size = 128
114119
nfs_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
117129
aks_network_plugin = "azure"
118130

0 commit comments

Comments
 (0)