From 021a72fa9c38384ec3899db00d2dfc978cd79510 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 5 Oct 2023 18:50:47 +0200 Subject: [PATCH] ci: bump Flatcar tested version There is a new major, let's test it. Signed-off-by: Mathieu Tortuyaux --- hack/ci/cloud-init/controller.yaml.tpl | 2 +- test/e2e/data/e2e_conf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/ci/cloud-init/controller.yaml.tpl b/hack/ci/cloud-init/controller.yaml.tpl index bca56cc475..5f855b66ae 100644 --- a/hack/ci/cloud-init/controller.yaml.tpl +++ b/hack/ci/cloud-init/controller.yaml.tpl @@ -138,7 +138,7 @@ # https://docs.openstack.org/glance/latest/admin/quotas.html /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2022-12-05/cirros-0.6.1-x86_64-disk.img /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2023-01-14/focal-server-cloudimg-amd64.img - /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3510.2.4-kube-v1.27.2.img + /opt/stack/devstack/tools/upload_image.sh https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-3602.2.0-kube-v1.27.2.img # Add the controller to its own host aggregate and availability zone aggregateid=$(openstack aggregate create --zone "${PRIMARY_AZ}" "${PRIMARY_AZ}" -f value -c id) diff --git a/test/e2e/data/e2e_conf.yaml b/test/e2e/data/e2e_conf.yaml index 592d0a9d47..777eff9ea8 100644 --- a/test/e2e/data/e2e_conf.yaml +++ b/test/e2e/data/e2e_conf.yaml @@ -194,7 +194,7 @@ variables: # The default user for SSH connections from bastion to machines SSH_USER_MACHINE: "ubuntu" EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true" - OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3510.2.4-kube-v1.27.2" + OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable-3602.2.0-kube-v1.27.2" intervals: conformance/wait-control-plane: ["30m", "10s"]