We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f66a18 commit 6f328c5Copy full SHA for 6f328c5
environments/.stackhpc/terraform/ARCUS.tfvars
@@ -1,6 +1,6 @@
1
cluster_net = "WCDC-iLab-60"
2
cluster_subnet = "WCDC-iLab-60"
3
-vnic_type = "normal"
+vnic_type = "direct"
4
control_node_flavor = "vm.ska.cpu.general.quarter"
5
other_node_flavor = "vm.ska.cpu.general.small"
6
volume_backed_instances = false
environments/.stackhpc/terraform/SMS.tfvars
cluster_net = "stackhpc-ipv4-geneve"
cluster_subnet = "stackhpc-ipv4-geneve-subnet"
-vnic_type = "direct"
+vnic_type = "normal"
control_node_flavor = "general.v1.medium"
other_node_flavor = "general.v1.tiny"
volume_backed_instances = true
0 commit comments