Skip to content

Commit 40401dd

Browse files
authored
Bump Slurm to v2.5, and caas-operator to 0.18.0 (#947)
1 parent 91e2fe2 commit 40401dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

roles/azimuth_caas_operator/defaults/main.yml

Lines changed: 2 additions & 2 deletions
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: v1.160
100+
azimuth_caas_stackhpc_slurm_appliance_git_version: v2.5
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
@@ -196,7 +196,7 @@ azimuth_caas_stackhpc_slurm_appliance_template:
196196
jobTimeout: "{{ azimuth_caas_stackhpc_slurm_appliance_job_timeout_seconds }}"
197197
envVars:
198198
# Normally set through environment's activate script:
199-
ANSIBLE_INVENTORY: environments/common/inventory,environments/.caas/inventory # NB: Relative to runner project dir
199+
ANSIBLE_INVENTORY: environments/common/inventory,environments/site/inventory,environments/.caas/inventory # NB: Relative to runner project dir
200200

201201
# Indicates if the workstation should be enabled
202202
azimuth_caas_workstation_enabled: >-

roles/community_images/defaults/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ community_images_azimuth_images: |-
8484
8585
# Slurm images are published by the ansible-slurm-appliance repo - https://github.com/stackhpc/ansible-slurm-appliance/
8686
community_images_slurm_base_url: >-
87-
https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images
87+
https://leafcloud.store/swift/v1/AUTH_f39848421b2747148400ad8eeae8d536/openhpc-images
8888
community_images_slurm:
89-
# from https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v1.159
89+
# from https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v2.5
9090
openhpc:
91-
name: openhpc-RL9-250506-1259-abb6394b
92-
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-250506-1259-abb6394b"
91+
name: openhpc-RL9-250908-2047-d90ebd0e
92+
source_url: "{{ community_images_slurm_base_url }}/openhpc-RL9-250908-2047-d90ebd0e"
9393
source_disk_format: qcow2
9494
container_format: bare
9595

0 commit comments

Comments
 (0)