Skip to content

Commit

Permalink
changes after comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jun 5, 2024
1 parent c336e5c commit 371e685
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 21 deletions.
12 changes: 5 additions & 7 deletions examples/vsphere/sample-terraform-dhcp.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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"
Expand Down Expand Up @@ -158,7 +156,7 @@ node_pools = {
node_labels = {
"workload.sas.com/class" = "stateless"
},
singlestore = {
singlestore = {
count = 3
cpus = 16
memory = 131072
Expand Down
3 changes: 2 additions & 1 deletion examples/vsphere/sample-terraform-minimal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
10 changes: 4 additions & 6 deletions examples/vsphere/sample-terraform-static-ips.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ node_pools = {
memory = 131072
os_disk = 350
misc_disks = [
400,
150,
150,
]
ip_addresses = [
"",
Expand All @@ -128,12 +129,9 @@ node_pools = {
}
},
compute = {
cpus = 4
memory = 16384
cpus = 16
memory = 131072
os_disk = 100
misc_disks = [
400,
]
ip_addresses = [
"",
]
Expand Down
10 changes: 4 additions & 6 deletions examples/vsphere/sample-terraform-static-singlestore.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ node_pools = {
memory = 131072
os_disk = 350
misc_disks = [
400,
150,
150,
]
ip_addresses = [
"",
Expand All @@ -134,12 +135,9 @@ node_pools = {
}
},
compute = {
cpus = 4
memory = 16384
cpus = 16
memory = 131072
os_disk = 100
misc_disks = [
400,
]
ip_addresses = [
"",
]
Expand Down
3 changes: 2 additions & 1 deletion examples/vsphere/sample-terraform-vi.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 371e685

Please sign in to comment.