Skip to content

Commit 7ce38c6

Browse files
committed
run stackhpc_openhpc validation
1 parent 2ebe631 commit 7ce38c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/validate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
gather_facts: false
2424
tags: openhpc
2525
tasks:
26+
- import_role:
27+
name: stackhpc.openhpc
28+
tasks_from: validate.yml
2629
- assert:
2730
that: "'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
2831
fail_msg: |
2932
'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
3033
Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
3134
success_msg: Checked Slurm will be configured for configless operation
35+
delegate_to: localhost
36+
run_once: true
3237

3338
- name: Validate filebeat configuration
3439
hosts: filebeat

0 commit comments

Comments
 (0)