Skip to content

Commit

Permalink
Support ceph quincy for RL9 (#397)
Browse files Browse the repository at this point in the history
* support ceph quincy for RL9

* bump CI image
  • Loading branch information
sjpb authored Jun 6, 2024
1 parent 664e08e commit acca4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions environments/.stackhpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ variable "cluster_image" {
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
type = map(string)
default = {
# https://github.com/stackhpc/ansible-slurm-appliance/pull/394
RL8: "openhpc-RL8-240605-1205-a3002d19"
RL9: "openhpc-ofed-RL9-240605-1204-a3002d19"
# https://github.com/stackhpc/ansible-slurm-appliance/pull/397
RL8: "openhpc-RL8-240606-1054-5ec8558e"
RL9: "openhpc-ofed-RL9-240606-1054-5ec8558e"
}
}

Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ roles:
version: v3.1.5
- src: https://github.com/stackhpc/ansible-role-os-manila-mount.git
name: stackhpc.os-manila-mount
version: v24.2.0 # Support RockyLinux 9
version: v24.5.1 # Support ceph quincy for RL9

collections:
- name: containers.podman
Expand Down

0 comments on commit acca4b9

Please sign in to comment.