File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ cluster_subnet = "WCDC-iLab-60"
3
3
vnic_type = " direct"
4
4
control_node_flavor = " vm.ska.cpu.general.quarter"
5
5
other_node_flavor = " vm.ska.cpu.general.small"
6
- volume_backed_instances = false
7
6
state_volume_device_path = " /dev/sdb"
8
7
home_volume_device_path = " /dev/sdc"
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ cluster_subnet = "stackhpc-ipv4-geneve-subnet"
3
3
vnic_type = " normal"
4
4
control_node_flavor = " general.v1.medium"
5
5
other_node_flavor = " general.v1.tiny"
6
- volume_backed_instances = true
7
6
state_volume_device_path = " /dev/vdb"
8
7
home_volume_device_path = " /dev/vdc"
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ variable "control_node_flavor" {}
28
28
29
29
variable "other_node_flavor" {}
30
30
31
- variable "volume_backed_instances" {}
31
+ variable "volume_backed_instances" {
32
+ default = false
33
+ }
32
34
33
35
variable "state_volume_device_path" {}
34
36
You can’t perform that action at this time.
0 commit comments