Skip to content

Commit ff67420

Browse files
committed
update openhpc role/vars
1 parent b99b1e9 commit ff67420

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ openhpc_packages_extra: []
4444
openhpc_packages: "{{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
4545
openhpc_munge_key: "{{ vault_openhpc_mungekey | b64decode }}"
4646
openhpc_login_only_nodes: login
47+
openhpc_slurm_configless: true
4748
openhpc_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
5250
openhpc_config_rebuild:
5351
RebootProgram: /opt/slurm-tools/bin/slurm-openstack-rebuild
5452
SlurmctldParameters:

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ roles:
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

0 commit comments

Comments
 (0)