Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jun 5, 2024
1 parent 371e685 commit 2f630b1
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions examples/vsphere/sample-terraform-dhcp.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ node_pools = {
}
},
cas = {
count = 1
cpus = 16
memory = 131072
os_disk = 350
count = 1
cpus = 16
memory = 131072
os_disk = 350
misc_disks = [
150,
150,
Expand All @@ -132,10 +132,10 @@ node_pools = {
}
},
stateful = {
count = 2
cpus = 4
memory = 16384
os_disk = 100
count = 2
cpus = 4
memory = 16384
os_disk = 100
misc_disks = [
150,
]
Expand All @@ -145,31 +145,32 @@ node_pools = {
}
},
stateless = {
count = 4
cpus = 4
memory = 16384
os_disk = 100
count = 4
cpus = 4
memory = 16384
os_disk = 100
misc_disks = [
150,
]
node_taints = ["workload.sas.com/class=stateless:NoSchedule"]
node_labels = {
"workload.sas.com/class" = "stateless"
},
singlestore = {
count = 3
cpus = 16
memory = 131072
os_disk = 100
misc_disks = [
150,
150,
250,
250,
]
node_taints = ["workload.sas.com/class=singlestore:NoSchedule"]
node_labels = {
"workload.sas.com/class" = "singlestore"
singlestore = {
count = 3
cpus = 16
memory = 131072
os_disk = 100
misc_disks = [
150,
150,
250,
250,
]
node_taints = ["workload.sas.com/class=singlestore:NoSchedule"]
node_labels = {
"workload.sas.com/class" = "singlestore"
}
}
}
}
Expand Down

0 comments on commit 2f630b1

Please sign in to comment.