Skip to content

Commit ae8db38

Browse files
authored
fixup additional inventory group (#749)
1 parent 4c25181 commit ae8db38

File tree

1 file changed

+5
-0
lines changed
  • environments/common/inventory

1 file changed

+5
-0
lines changed

environments/common/inventory/groups

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ compute
1717
# Login group to use for running mpi-based testing.
1818
login
1919

20+
[additional]
21+
# Additional nodes to include in "cluster" group
22+
# Automatically populated from OpenTofu variable additional_nodegroups
23+
2024
[cluster:children]
2125
# All nodes in the appliance - add e.g. service nodes not running Slurm here.
2226
openhpc
27+
additional
2328

2429
[builder]
2530
# Do not add hosts here manually - used as part of Packer image build pipeline. See packer/README.md.

0 commit comments

Comments
 (0)