Skip to content

Commit 158fe85

Browse files
committed
enable tuned for stackhpc rebuilds
1 parent ba664f1 commit 158fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module "cluster" {
8080
standard: { # NB: can't call this default!
8181
nodes: ["compute-0", "compute-1"]
8282
flavor: var.other_node_flavor
83-
compute_init_enable: ["compute", "etc_hosts", "nfs", "basic_users", "eessi"]
83+
compute_init_enable: ["compute", "etc_hosts", "nfs", "basic_users", "eessi", "tuned"]
8484
ignore_image_changes: true
8585
}
8686
# Example of how to add another partition:

0 commit comments

Comments
 (0)