File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
- openhpc_cluster_name is defined
7
7
- openhpc_cluster_name != ''
8
8
fail_msg : openhpc role variables not correctly defined, see detail above
9
+ delegate_to : localhost
10
+ run_once : true
9
11
10
12
- name : Check no host appears in more than one nodegroup
11
13
assert :
16
18
vars :
17
19
_openhpc_node_inventory_groups : " {{ openhpc_nodegroups | map(attribute='name') | map('regex_replace', '^', openhpc_cluster_name ~ '_') }}"
18
20
_openhpc_check_hosts : " {{ groups | dict2items | list | selectattr('key', 'in', _openhpc_node_inventory_groups) | map(attribute='value') | flatten | community.general.counter }}"
21
+ delegate_to : localhost
22
+ run_once : true
19
23
20
24
- name : Fail if configuration is old
21
25
assert :
22
26
that : openhpc_slurm_partitions is not defined
23
27
fail_msg : stackhpc.openhpc parameter openhpc_slurm_partitions has been replaced - see openhpc_nodegroups and openhpc_partitions
28
+ delegate_to : localhost
29
+ run_once : true
You can’t perform that action at this time.
0 commit comments