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: []
44
44
openhpc_packages : " {{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
45
45
openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
46
46
openhpc_login_only_nodes : login
47
+ openhpc_slurm_configless : true
47
48
openhpc_config_default :
48
- SlurmctldParameters :
49
- - enable_configless
50
49
TaskPlugin : task/cgroup,task/affinity
51
- ReturnToService : 2 # is stackhpc.openhpc default, but templating bug means it is needed here too
52
50
openhpc_config_rebuild :
53
51
RebootProgram : /opt/slurm-tools/bin/slurm-openstack-rebuild
54
52
SlurmctldParameters :
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/simpler-templating # 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