Skip to content

Commit d578d65

Browse files
authored
Bump community images to 0.20.3 and Slurm to v2.7 (#991)
* Bump community images to 0.20.3 * Bump Slurm to v2.7
1 parent ca062ff commit d578d65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

roles/azimuth_caas_operator/defaults/main.yml

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

roles/community_images/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ community_images_disk_format: qcow2
4141
# The repository to use for azimuth-images
4242
community_images_azimuth_images_repo: https://github.com/azimuth-cloud/azimuth-images
4343
# The version of azimuth-images to use to populate the default community images
44-
community_images_azimuth_images_version: 0.20.2
44+
community_images_azimuth_images_version: 0.20.3
4545
# The azimuth-images manifest URL
4646
community_images_azimuth_images_manifest_url: >-
4747
{{ community_images_azimuth_images_repo }}/releases/download/{{ community_images_azimuth_images_version }}/manifest.json
@@ -88,8 +88,8 @@ community_images_slurm_base_url: >-
8888
community_images_slurm:
8989
# from https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v2.6
9090
openhpc:
91-
name: openhpc-RL9-250925-1639-62d67ae3
92-
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-250925-1639-62d67ae3"
91+
name: openhpc-RL9-251002-1456-1d21952c
92+
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-251002-1456-1d21952c"
9393
source_disk_format: qcow2
9494
container_format: bare
9595

0 commit comments

Comments
 (0)