Skip to content

Commit 4099d1f

Browse files
committed
change SMS back to non-volume backed instances now SMS built smaller images
1 parent 53bfa0c commit 4099d1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environments/.stackhpc/terraform/ARCUS.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ cluster_subnet = "WCDC-iLab-60"
33
vnic_type = "direct"
44
control_node_flavor = "vm.ska.cpu.general.quarter"
55
other_node_flavor = "vm.ska.cpu.general.small"
6-
volume_backed_instances = false
76
state_volume_device_path = "/dev/sdb"
87
home_volume_device_path = "/dev/sdc"

environments/.stackhpc/terraform/SMS.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ cluster_subnet = "stackhpc-ipv4-geneve-subnet"
33
vnic_type = "normal"
44
control_node_flavor = "general.v1.medium"
55
other_node_flavor = "general.v1.tiny"
6-
volume_backed_instances = true
76
state_volume_device_path = "/dev/vdb"
87
home_volume_device_path = "/dev/vdc"

environments/.stackhpc/terraform/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ variable "control_node_flavor" {}
2828

2929
variable "other_node_flavor" {}
3030

31-
variable "volume_backed_instances" {}
31+
variable "volume_backed_instances" {
32+
default = false
33+
}
3234

3335
variable "state_volume_device_path" {}
3436

0 commit comments

Comments
 (0)