Skip to content

Commit b1639d0

Browse files
committed
add (normally-empty) second partition for stackhpc
1 parent 30984da commit b1639d0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ module "cluster" {
8181
compute_init_enable: ["compute", "chrony", "etc_hosts", "nfs", "basic_users", "eessi", "tuned", "cacerts"]
8282
ignore_image_changes: true
8383
}
84-
# Example of how to add another partition:
85-
# extra: {
86-
# nodes: ["compute-2", "compute-3"]
87-
# flavor: var.other_node_flavor
88-
# }
84+
# Normally-empty partition for testing:
85+
extra: {
86+
nodes: []
87+
#nodes: ["extra-0", "extra-1"]
88+
flavor: var.other_node_flavor
89+
}
8990
}
9091

9192
volume_backed_instances = var.volume_backed_instances

0 commit comments

Comments
 (0)