File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
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
34
28
- import_role :
35
29
name : stackhpc.slurm_openstack_tools.rebuild
36
30
Original file line number Diff line number Diff line change 9
9
that : groups['control'] | length
10
10
fail_msg : " no hosts found in group 'control' - has control node been deployed?"
11
11
12
+ - name : Validate openhpc configuration
13
+ hosts : openhpc
14
+ tags : openhpc
15
+ tasks :
16
+ - assert :
17
+ that : " 'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
18
+ fail_msg : |
19
+ 'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
20
+ Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
21
+ success_msg : Checked Slurm will be configured for configless operation
22
+
12
23
- name : Validate podman configuration
13
24
hosts : podman
14
25
tags : podman
You can’t perform that action at this time.
0 commit comments