We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c25181 commit ae8db38Copy full SHA for ae8db38
environments/common/inventory/groups
@@ -17,9 +17,14 @@ compute
17
# Login group to use for running mpi-based testing.
18
login
19
20
+[additional]
21
+# Additional nodes to include in "cluster" group
22
+# Automatically populated from OpenTofu variable additional_nodegroups
23
+
24
[cluster:children]
25
# All nodes in the appliance - add e.g. service nodes not running Slurm here.
26
openhpc
27
+additional
28
29
[builder]
30
# Do not add hosts here manually - used as part of Packer image build pipeline. See packer/README.md.
0 commit comments