Skip to content

Commit 8583a8f

Browse files
authored
Bump openhpc role (#690)
* bump openhpc: encoded munge key, always configless * bump openhpc role to release * bump CI image * Revert "bump CI image" This reverts commit ee5acb5. * bump CI image again to try to trigger CI
1 parent 642d500 commit 8583a8f

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

ansible/validate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@
6464
- import_role:
6565
name: stackhpc.openhpc
6666
tasks_from: validate.yml
67-
- assert:
68-
that: "'enable_configless' in openhpc_config.SlurmctldParameters | default([])"
69-
fail_msg: |
70-
'enable_configless' not found in openhpc_config.SlurmctldParameters - is variable openhpc_config overridden?
71-
Additional slurm.conf parameters should be provided using variable openhpc_config_extra.
72-
success_msg: Checked Slurm will be configured for configless operation
73-
delegate_to: localhost
74-
run_once: true
7567

7668
- name: Validate filebeat configuration
7769
hosts: filebeat
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-250805-1048-59517120",
4-
"RL9": "openhpc-RL9-250805-1050-59517120"
3+
"RL8": "openhpc-RL8-250805-1410-35724c15",
4+
"RL9": "openhpc-RL9-250805-1409-35724c15"
55
}
66
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ openhpc_packages_default:
4343
- podman-compose
4444
openhpc_packages_extra: []
4545
openhpc_packages: "{{ (openhpc_packages_default + openhpc_packages_extra) | select | list }}"
46-
openhpc_munge_key: "{{ vault_openhpc_mungekey | b64decode }}"
46+
openhpc_munge_key_b64: "{{ vault_openhpc_mungekey }}"
4747
openhpc_login_only_nodes: login
4848
openhpc_state_save_location: "{{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"
4949

@@ -53,8 +53,6 @@ openhpc_config_extra: {}
5353

5454
# default additional slurm.conf parameters for the appliance:
5555
openhpc_config_default:
56-
SlurmctldParameters:
57-
- enable_configless
5856
TaskPlugin: task/cgroup,task/affinity
5957
ReturnToService: 2 # workaround for templating bug TODO: Remove once on stackhpc.openhpc v1.2.0
6058
TopologyPlugin: "topology/{{ 'tree' if (topology_nodes | length) > 0 else 'flat' }}"

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.2.0
7+
version: v1.3.0
88
name: stackhpc.openhpc
99
- src: https://github.com/stackhpc/ansible-node-exporter.git
1010
version: stackhpc

0 commit comments

Comments
 (0)