Skip to content

Commit 59c3c66

Browse files
authored
Bump OpenHPC role to v1.4.0 (#811)
* Bump openhpc role to v1.4.0 * fix import role task name for ohpc install * Bump CI images
1 parent d9c5d8f commit 59c3c66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
- name: Install OpenHPC
118118
ansible.builtin.import_role:
119119
name: stackhpc.openhpc
120-
tasks_from: install.yml
120+
tasks_from: install-ohpc.yml
121121
when: "'openhpc' in group_names"
122122

123123
# - import_playbook: portal.yml
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-251002-1537-1d21952c",
4-
"RL9": "openhpc-RL9-251002-1456-1d21952c"
3+
"RL8": "openhpc-RL8-251008-0814-cda7084d",
4+
"RL9": "openhpc-RL9-251008-0814-cda7084d"
55
}
66
}

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

0 commit comments

Comments
 (0)