Open
Description
We're using this playbook to setup a Warewulf managed system so the compute nodes will not be available (images are not created yet so can't boot).
The current play tolerates empty host groups but we can't inject computes nodes with known configurations because openhpc_config
expects a dictionary:
openhpc_config:
NodeName: "compute1 CPU=1 State=UNKNOWN"
NodeName: "compute0 CPU=1 State=UNKNOWN" # duplicate key
Looking at the slurm.conf syntax, I think using a list will be more appropriate here.
Metadata
Metadata
Assignees
Labels
No labels