Skip to content

Commit fb13d8d

Browse files
authored
Update CAPI management cluster to v1.32, azimuth-images to 0.21.0, infra image to ubuntu-jammy-20251001 (#994)
* Update capi cluster to v1.32 * Update azimuth-images to 0.21.0, base image to ubuntu-jammy-20251001
1 parent d578d65 commit fb13d8d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

roles/capi_cluster/defaults/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ capi_cluster_openstack_ca_cert: >-
3737
# Default, wire these up with an image from community images when available
3838
capi_cluster_kubernetes_version: >-
3939
{{-
40-
community_images.kube_1_31.kubernetes_version
41-
if community_images is defined and 'kube_1_31' in community_images
40+
community_images.kube_1_32.kubernetes_version
41+
if community_images is defined and 'kube_1_32' in community_images
4242
else undef(hint = 'capi_cluster_kubernetes_version is required')
4343
}}
4444
capi_cluster_machine_image_id: >-
4545
{{-
46-
community_images_image_ids.kube_1_31
46+
community_images_image_ids.kube_1_32
4747
if (
4848
community_images_image_ids is defined and
49-
'kube_1_31' in community_images_image_ids
49+
'kube_1_32' in community_images_image_ids
5050
)
5151
else undef(hint = 'capi_cluster_machine_image_id is required')
5252
}}

roles/community_images/defaults/main.yml

Lines changed: 1 addition & 1 deletion
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.3
44+
community_images_azimuth_images_version: 0.21.0
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

roles/infra/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ infra_floatingip_pool:
7878
infra_image_id:
7979
# OR
8080
# The name of the image to upload (should be changed when the image changes)
81-
infra_image_name: ubuntu-jammy-20250626
81+
infra_image_name: ubuntu-jammy-20251001
8282
# The source URL for the image
83-
infra_image_source_url: https://cloud-images.ubuntu.com/releases/jammy/release-20250626/ubuntu-22.04-server-cloudimg-amd64.img
83+
infra_image_source_url: https://cloud-images.ubuntu.com/releases/jammy/release-20251001/ubuntu-22.04-server-cloudimg-amd64.img
8484
# The disk format of the image as downloaded
8585
infra_image_source_disk_format: qcow2
8686
# The container format for the image

0 commit comments

Comments
 (0)