From 3597b8d7fe0a9f8ce3e8b619367e1be50cfb745b Mon Sep 17 00:00:00 2001 From: ant31 <2t.antoine@gmail.com> Date: Fri, 11 Apr 2025 13:00:16 +0200 Subject: [PATCH] Kubevirt: use Ignition cloud config --- .gitlab-ci/kubevirt.yml | 1 + tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 | 2 +- .../{packet_flatcar4081-calico.yml => flatcar4081-calico.yml} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename tests/files/{packet_flatcar4081-calico.yml => flatcar4081-calico.yml} (100%) diff --git a/.gitlab-ci/kubevirt.yml b/.gitlab-ci/kubevirt.yml index 842003e10..0caadfd0c 100644 --- a/.gitlab-ci/kubevirt.yml +++ b/.gitlab-ci/kubevirt.yml @@ -55,6 +55,7 @@ pr: - ubuntu22-calico-all-in-one-upgrade - ubuntu24-calico-etcd-datastore - ubuntu24-ha-separate-etcd + - flatcar4081-calico # The ubuntu20-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken ubuntu20-calico-all-in-one: diff --git a/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 b/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 index db80155fd..6d5e254be 100644 --- a/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 +++ b/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 @@ -55,7 +55,7 @@ spec: containerDisk: image: quay.io/kubespray/vm-{{ cloud_image }} - name: cloudinitvolume - cloudInitNoCloud: + cloudInitConfigDrive: userData: | #cloud-config users: diff --git a/tests/files/packet_flatcar4081-calico.yml b/tests/files/flatcar4081-calico.yml similarity index 100% rename from tests/files/packet_flatcar4081-calico.yml rename to tests/files/flatcar4081-calico.yml