Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Slurm image to fix CVE-2023-41914 #193

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/azimuth_caas_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ azimuth_caas_stackhpc_slurm_appliance_enabled: "{{ azimuth_clusters_enabled }}"
# The git URL for the StackHPC Slurm appliance
azimuth_caas_stackhpc_slurm_appliance_git_url: https://github.com/stackhpc/caas-slurm-appliance.git
# The git version for the StackHPC Slurm appliance
azimuth_caas_stackhpc_slurm_appliance_git_version: 39974da77613c5d12696c53cdfde43c3255e575c
azimuth_caas_stackhpc_slurm_appliance_git_version: 59d1b299f47404ca50283b31bf2508830052c3bf # merged https://github.com/stackhpc/caas-slurm-appliance/pull/42
# The playbook to use for the StackHPC Slurm appliance
azimuth_caas_stackhpc_slurm_appliance_playbook: slurm-infra.yml
# The metadata root for the StackHPC Slurm appliance
Expand Down
6 changes: 3 additions & 3 deletions roles/community_images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ community_images_azimuth_images: |-
{% endfor %}
}

# Slurm images are published by the slurm_image_builder repo - https://github.com/stackhpc/slurm_image_builder
# Slurm images are published by the ansible-slurm-appliance repo - https://github.com/stackhpc/ansible-slurm-appliance/
community_images_slurm_base_url: >-
https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images
community_images_slurm:
openhpc:
name: openhpc-230811-1548-a49164d1
source_url: "{{ community_images_slurm_base_url }}/openhpc-230811-1548-a49164d1"
name: openhpc-231020-1357-b5d8b056 # https://github.com/stackhpc/ansible-slurm-appliance/pull/320
source_url: "{{ community_images_slurm_base_url }}/openhpc-231020-1357-b5d8b056"
source_disk_format: qcow2
container_format: bare

Expand Down