Skip to content

Commit

Permalink
updated to pre-release with repos disabled during config
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 9, 2024
1 parent 56465ee commit 66361eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -100,7 +100,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/ansible-slurm-appliance.git
# The git version for the StackHPC Slurm appliance
azimuth_caas_stackhpc_slurm_appliance_git_version: v1.155
azimuth_caas_stackhpc_slurm_appliance_git_version: 4de581c
# The playbook to use for the StackHPC Slurm appliance
azimuth_caas_stackhpc_slurm_appliance_playbook: ansible/site.yml
# The timeout to apply to the k8s jobs which create, update & delete platform instances
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 @@ -76,12 +76,12 @@ community_images_azimuth_images: |-
# 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
https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images-prerelease
community_images_slurm:
# from https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v1.154
openhpc:
name: openhpc-RL9-241022-0038-a5affa58
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-241022-0038-a5affa58"
name: openhpc-RL9-241203-1659-b0558b95
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-241203-1659-b0558b95"
source_disk_format: qcow2
container_format: bare

Expand Down

0 comments on commit 66361eb

Please sign in to comment.