Browse Source

Kubevirt: use Ignition cloud config

pull/11868/head
ant31 5 months ago
committed by ChengHao Yang
parent
commit
3597b8d7fe
Failed to extract signature
3 changed files with 2 additions and 1 deletions
  1. 1
      .gitlab-ci/kubevirt.yml
  2. 2
      tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2
  3. 0
      tests/files/flatcar4081-calico.yml

1
.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:

2
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:

tests/files/packet_flatcar4081-calico.yml → tests/files/flatcar4081-calico.yml

Loading…
Cancel
Save