Skip to content

Commit 453b1e6

Browse files
sjpbMaxBed4d
authored andcommitted
Support ceph quincy for RL9 (#397)
* support ceph quincy for RL9 * bump CI image
1 parent 4309484 commit 453b1e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ variable "cluster_image" {
2929
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
3030
type = map(string)
3131
default = {
32-
# https://github.com/stackhpc/ansible-slurm-appliance/pull/394
33-
RL8: "openhpc-RL8-240605-1205-a3002d19"
34-
RL9: "openhpc-ofed-RL9-240605-1204-a3002d19"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/397
33+
RL8: "openhpc-RL8-240606-1054-5ec8558e"
34+
RL9: "openhpc-ofed-RL9-240606-1054-5ec8558e"
3535
}
3636
}
3737

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ roles:
2222
version: v3.1.5
2323
- src: https://github.com/stackhpc/ansible-role-os-manila-mount.git
2424
name: stackhpc.os-manila-mount
25-
version: v24.2.0 # Support RockyLinux 9
25+
version: v24.5.1 # Support ceph quincy for RL9
2626

2727
collections:
2828
- name: containers.podman

0 commit comments

Comments
 (0)