File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
3131
3232CLUSTER_NAME=${CLUSTER_NAME:- " capo-e2e" }
3333
34- OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2024.1 " }
34+ OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2024.2 " }
3535OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:- " false" }
3636
3737# Devstack will create a provider network using this range
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ function create_vm {
9595 --zone " $GCP_ZONE " \
9696 --enable-nested-virtualization \
9797 --image-project ubuntu-os-cloud \
98- --image-family ubuntu-2204 -lts \
98+ --image-family ubuntu-2404 -lts-amd64 \
9999 --boot-disk-size 200G \
100100 --boot-disk-type pd-ssd \
101101 --can-ip-forward \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ set -x -o errexit -o nounset -o pipefail
2525
2626function cloud_init {
2727 LIBVIRT_NETWORK_NAME=${LIBVIRT_NETWORK_NAME:- ${CLUSTER_NAME} -network}
28- LIBVIRT_IMAGE_NAME=${LIBVIRT_IMAGE_NAME:- ubuntu-2204 -lts}
28+ LIBVIRT_IMAGE_NAME=${LIBVIRT_IMAGE_NAME:- ubuntu-2404 -lts}
2929
3030 LIBVIRT_MEMORY=${LIBVIRT_MEMORY:- 8192}
3131 LIBVIRT_MEMORY_controller=${LIBVIRT_MEMORY_controller:- $LIBVIRT_MEMORY }
6565 fi
6666
6767 if [ ! -f " /tmp/${LIBVIRT_IMAGE_NAME} .qcow2" ]; then
68- curl -o " /tmp/${LIBVIRT_IMAGE_NAME} .qcow2" https://cloud-images.ubuntu.com/releases/jammy /release/ubuntu-22 .04-server-cloudimg-amd64.img
68+ curl -o " /tmp/${LIBVIRT_IMAGE_NAME} .qcow2" https://cloud-images.ubuntu.com/releases/noble /release/ubuntu-24 .04-server-cloudimg-amd64.img
6969 fi
7070}
7171
You can’t perform that action at this time.
0 commit comments