From 1cc6a254718c95d966887390d6c1c9e5bc2e2bb8 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Fri, 1 Aug 2025 11:55:02 +0000 Subject: [PATCH] fixup additional inventory group --- environments/common/inventory/groups | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/environments/common/inventory/groups b/environments/common/inventory/groups index 0f9e204d5..2396fa66a 100644 --- a/environments/common/inventory/groups +++ b/environments/common/inventory/groups @@ -17,9 +17,14 @@ compute # Login group to use for running mpi-based testing. login +[additional] +# Additional nodes to include in "cluster" group +# Automatically populated from OpenTofu variable additional_nodegroups + [cluster:children] # All nodes in the appliance - add e.g. service nodes not running Slurm here. openhpc +additional [builder] # Do not add hosts here manually - used as part of Packer image build pipeline. See packer/README.md.