-
Notifications
You must be signed in to change notification settings - Fork 19
Separate node and partition configuration #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
In the slurm appliance, it needs the default openhpc config and the tf-templated one to be something like:
but, maybe, the latter should actually be in common env as |
This is definitely workable and seems better than describing properties of nodes on the partition (which could be configured inconsistently when nodes were members of multiple partitions.
+1 for consistency
Could you give an example? Just trying to figure out exactly what you mean here.
Always good to fail early |
Actually @jovial if we're using Features/NodeSets internally we can't let people do edit: now done |
…ists within a node group
Replaces
openhpc_slurm_partitions
withopenhpc_nodegroups
andopenhpc_partitions
, to make complex partition configurations correct. Previously it would have been possible to to defined nodes twice, with different parameters, and only the first occurance would have been used.As part of these changes this:
nodegroup.node_params
to allow specifying additional Node-level parametersnodegroup.features
to allow specifying additional Node featuresopenhpc_slurm_partitions.cluster_name
openhpc_slurm_partitions.extra_nodes