Skip to content

Commit d3352e3

Browse files
authored
update slurm to v1.155 to get podman fix (#675)
1 parent fa0536f commit d3352e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

roles/azimuth_caas_operator/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ azimuth_caas_stackhpc_slurm_appliance_enabled: "{{ azimuth_clusters_enabled }}"
100100
# The git URL for the StackHPC Slurm appliance
101101
azimuth_caas_stackhpc_slurm_appliance_git_url: https://github.com/stackhpc/ansible-slurm-appliance.git
102102
# The git version for the StackHPC Slurm appliance
103-
azimuth_caas_stackhpc_slurm_appliance_git_version: v1.154
103+
azimuth_caas_stackhpc_slurm_appliance_git_version: v1.155
104104
# The playbook to use for the StackHPC Slurm appliance
105105
azimuth_caas_stackhpc_slurm_appliance_playbook: ansible/site.yml
106106
# The timeout to apply to the k8s jobs which create, update & delete platform instances

roles/community_images/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ community_images_slurm_base_url: >-
8080
community_images_slurm:
8181
# from https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v1.154
8282
openhpc:
83-
name: openhpc-RL9-241009-1523-354b048a
84-
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-241009-1523-354b048a"
83+
name: openhpc-RL9-241022-0038-a5affa58
84+
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-241022-0038-a5affa58"
8585
source_disk_format: qcow2
8686
container_format: bare
8787

0 commit comments

Comments
 (0)