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 2626 - import_role :
2727 name : stackhpc.openhpc
2828 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
3729
3830- name : Validate filebeat configuration
3931 hosts : filebeat
Original file line number Diff line number Diff line change @@ -42,11 +42,9 @@ openhpc_packages_default:
4242 - podman-compose
4343openhpc_packages_extra : []
4444openhpc_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 }}"
4646openhpc_login_only_nodes : login
4747openhpc_config_default :
48- SlurmctldParameters :
49- - enable_configless
5048 TaskPlugin : task/cgroup,task/affinity
5149 ReturnToService : 2 # is stackhpc.openhpc default, but templating bug means it is needed here too
5250openhpc_config_rebuild :
Original file line number Diff line number Diff line change 44 version : v25.3.2
55 name : stackhpc.nfs
66 - src : https://github.com/stackhpc/ansible-role-openhpc.git
7- version : v1.0.0
7+ version : feat/only-configless # TODO: bump to release
88 name : stackhpc.openhpc
99 - src : https://github.com/stackhpc/ansible-node-exporter.git
1010 version : stackhpc
You can’t perform that action at this time.
0 commit comments