File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 26
26
- import_role :
27
27
name : stackhpc.openhpc
28
28
tasks_from : validate.yml
29
- - assert :
30
- that : " 'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
31
- fail_msg : |
32
- 'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
33
- Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
34
- success_msg : Checked Slurm will be configured for configless operation
35
- delegate_to : localhost
36
- run_once : true
37
29
38
30
- name : Validate filebeat configuration
39
31
hosts : filebeat
Original file line number Diff line number Diff line change @@ -42,11 +42,9 @@ openhpc_packages_default:
42
42
- podman-compose
43
43
openhpc_packages_extra : []
44
44
openhpc_packages : " {{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
45
- openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
45
+ openhpc_munge_key_b64 : " {{ vault_openhpc_mungekey }}"
46
46
openhpc_login_only_nodes : login
47
47
openhpc_config_default :
48
- SlurmctldParameters :
49
- - enable_configless
50
48
TaskPlugin : task/cgroup,task/affinity
51
49
ReturnToService : 2 # is stackhpc.openhpc default, but templating bug means it is needed here too
52
50
openhpc_config_rebuild :
Original file line number Diff line number Diff line change 4
4
version : v25.3.2
5
5
name : stackhpc.nfs
6
6
- src : https://github.com/stackhpc/ansible-role-openhpc.git
7
- version : v1.0.0
7
+ version : feat/only-configless # TODO: bump to release
8
8
name : stackhpc.openhpc
9
9
- src : https://github.com/stackhpc/ansible-node-exporter.git
10
10
version : stackhpc
You can’t perform that action at this time.
0 commit comments