Skip to content

Support autoscale

Compare
Choose a tag to compare
@sjpb sjpb released this 24 Jan 15:36
· 100 commits to master since this release
a0d6f53

This release enables the definition of nodes not controlled by this role, using a new attribute extra_nodes on role variable openhpc_slurm_partitions. This supports e.g. defining autoscaling nodes (using additional logic outside this role).

It also:

  • Improves the templating of slurm.conf so that nodes are specified by pattern rather than individually. This will result in much shorter configuration files for large clusters and improve slurmctld startup time.
  • Clarifies role variable documentation in the main README.md.