Skip to content

Commit 7696949

Browse files
committed
bump openhpc: encoded munge key, always configless
1 parent b99b1e9 commit 7696949

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

ansible/validate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ openhpc_packages_default:
4242
- podman-compose
4343
openhpc_packages_extra: []
4444
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 }}"
4646
openhpc_login_only_nodes: login
4747
openhpc_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
5250
openhpc_config_rebuild:

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/only-configless # 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)