diff --git a/examples/vsphere/sample-terraform-dhcp.tfvars b/examples/vsphere/sample-terraform-dhcp.tfvars index 036bcc0..3c353e6 100644 --- a/examples/vsphere/sample-terraform-dhcp.tfvars +++ b/examples/vsphere/sample-terraform-dhcp.tfvars @@ -112,7 +112,8 @@ node_pools = { memory = 131072 os_disk = 350 misc_disks = [ - 400, + 150, + 150, ] node_taints = ["workload.sas.com/class=cas:NoSchedule"] node_labels = { @@ -121,12 +122,9 @@ node_pools = { }, compute = { count = 1 - cpus = 4 - memory = 16384 + cpus = 16 + memory = 131072 os_disk = 100 - misc_disks = [ - 400, - ] node_taints = ["workload.sas.com/class=compute:NoSchedule"] node_labels = { "workload.sas.com/class" = "compute" @@ -158,7 +156,7 @@ node_pools = { node_labels = { "workload.sas.com/class" = "stateless" }, - singlestore = { + singlestore = { count = 3 cpus = 16 memory = 131072 diff --git a/examples/vsphere/sample-terraform-minimal.tfvars b/examples/vsphere/sample-terraform-minimal.tfvars index 905ad8b..c2f3a70 100644 --- a/examples/vsphere/sample-terraform-minimal.tfvars +++ b/examples/vsphere/sample-terraform-minimal.tfvars @@ -112,7 +112,8 @@ node_pools = { memory = 131072 os_disk = 350 misc_disks = [ - 400, + 150, + 150, ] node_taints = ["workload.sas.com/class=cas:NoSchedule"] node_labels = { diff --git a/examples/vsphere/sample-terraform-static-ips.tfvars b/examples/vsphere/sample-terraform-static-ips.tfvars index e98af0e..40687d2 100644 --- a/examples/vsphere/sample-terraform-static-ips.tfvars +++ b/examples/vsphere/sample-terraform-static-ips.tfvars @@ -117,7 +117,8 @@ node_pools = { memory = 131072 os_disk = 350 misc_disks = [ - 400, + 150, + 150, ] ip_addresses = [ "", @@ -128,12 +129,9 @@ node_pools = { } }, compute = { - cpus = 4 - memory = 16384 + cpus = 16 + memory = 131072 os_disk = 100 - misc_disks = [ - 400, - ] ip_addresses = [ "", ] diff --git a/examples/vsphere/sample-terraform-static-singlestore.tfvars b/examples/vsphere/sample-terraform-static-singlestore.tfvars index b319da0..2dad967 100644 --- a/examples/vsphere/sample-terraform-static-singlestore.tfvars +++ b/examples/vsphere/sample-terraform-static-singlestore.tfvars @@ -123,7 +123,8 @@ node_pools = { memory = 131072 os_disk = 350 misc_disks = [ - 400, + 150, + 150, ] ip_addresses = [ "", @@ -134,12 +135,9 @@ node_pools = { } }, compute = { - cpus = 4 - memory = 16384 + cpus = 16 + memory = 131072 os_disk = 100 - misc_disks = [ - 400, - ] ip_addresses = [ "", ] diff --git a/examples/vsphere/sample-terraform-vi.tfvars b/examples/vsphere/sample-terraform-vi.tfvars index dccab79..265d1bc 100644 --- a/examples/vsphere/sample-terraform-vi.tfvars +++ b/examples/vsphere/sample-terraform-vi.tfvars @@ -112,7 +112,8 @@ node_pools = { memory = 131072 os_disk = 350 misc_disks = [ - 400, + 150, + 150, ] node_taints = ["workload.sas.com/class=cas:NoSchedule"] node_labels = {