File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
environments/smslabs-example/inventory/group_vars/openhpc Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 25
25
- rebuild
26
26
- openhpc
27
27
tasks :
28
+ - assert :
29
+ that : " 'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
30
+ fail_msg : |
31
+ 'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
32
+ Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
33
+ success_msg : Checked Slurm will be configured for configless operation
28
34
- import_role :
29
35
name : stackhpc.slurm_openstack_tools.rebuild
30
36
Original file line number Diff line number Diff line change 1
- openhpc_config :
1
+ openhpc_config_extra :
2
2
SlurmctldDebug : debug
3
3
SlurmdDebug : debug
4
4
openhpc_slurm_partitions :
You can’t perform that action at this time.
0 commit comments