File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,9 @@ openhpc_packages_extra: []
4444openhpc_packages : " {{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
4545openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
4646openhpc_login_only_nodes : login
47+ openhpc_slurm_configless : true
4748openhpc_config_default :
48- SlurmctldParameters :
49- - enable_configless
5049 TaskPlugin : task/cgroup,task/affinity
51- ReturnToService : 2 # is stackhpc.openhpc default, but templating bug means it is needed here too
5250openhpc_config_rebuild :
5351 RebootProgram : /opt/slurm-tools/bin/slurm-openstack-rebuild
5452 SlurmctldParameters :
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/simpler-templating # 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