Skip to content

Commit

Permalink
[ATMOSPHERE-485] update magnum images to 1.29.6 1.30.2 1.31.1 (#1979)
Browse files Browse the repository at this point in the history
also update molecule magnum to use latest 1.31.1 k8s image

Reviewed-by: Mohammed Naser <[email protected]>
Reviewed-by: Yaguang Tang <[email protected]>
  • Loading branch information
yaguangtang authored Oct 29, 2024
1 parent 527cc93 commit 05b919d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
5 changes: 1 addition & 4 deletions molecule/aio/group_vars/all/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ magnum_helm_values:
api: 1
conductor: 1
magnum_image_disk_format: qcow2
magnum_images:
- name: ubuntu-2204-kube-v1.27.8s
url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.27.8.qcow2
distro: ubuntu
magnum_images: "[ {{ _magnum_images[-1] }} ]"

manila_helm_values:
conf:
Expand Down
11 changes: 1 addition & 10 deletions roles/magnum/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,7 @@ magnum_clusterctl_config:
# List of images to load into OpenStack for Magnum
magnum_image_container_format: bare
magnum_image_disk_format: raw
magnum_images:
- name: ubuntu-2204-kube-v1.25.11
url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.25.11.qcow2
distro: ubuntu
- name: ubuntu-2204-kube-v1.26.6
url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.26.6.qcow2
distro: ubuntu
- name: ubuntu-2204-kube-v1.27.3
url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.27.3.qcow2
distro: ubuntu
magnum_images: "{{ _magnum_images }}"

magnum_cluster_api_proxy_ovs_node_selector:
openstack-control-plane: enabled
Expand Down
11 changes: 11 additions & 0 deletions roles/magnum/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,14 @@ _magnum_helm_values:
service_ingress_api: false

_magnum_registry_ingress_annotations: {}

_magnum_images:
- name: ubuntu-2204-kube-v1.29.6
url: https://static.atmosphere.dev/artifacts/magnum-cluster-api/ubuntu-jammy-kubernetes-1-29-6-1720107687.qcow2
distro: ubuntu
- name: ubuntu-2204-kube-v1.30.2
url: https://static.atmosphere.dev/artifacts/magnum-cluster-api/ubuntu-jammy-kubernetes-1-30-2-1720107688.qcow2
distro: ubuntu
- name: ubuntu-2204-kube-v1.31.1
url: https://static.atmosphere.dev/artifacts/magnum-cluster-api/ubuntu-jammy-kubernetes-1-31-1-1728920853.qcow2
distro: ubuntu

0 comments on commit 05b919d

Please sign in to comment.