CI: convert molecule provisioning to kubevirt

Includes some change of OS version when the vagrant boxes were old ones
(Debian 10)
This commit is contained in:
Max Gautier
2025-03-11 11:45:55 +01:00
parent ac4c41e4e6
commit f70c33d71a
5 changed files with 56 additions and 92 deletions

View File

@@ -2,22 +2,18 @@
role_name_check: 1
dependency:
name: galaxy
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: adduser-01
box: generic/ubuntu2004
cpus: 1
memory: 512
provider_options:
driver: kvm
- name: ubuntu20
cloud_image: ubuntu-2004
vm_cpu_cores: 1
vm_memory: 512
provisioner:
name: ansible
config_options:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
playbooks:
create: ../../../../tests/cloud_playbooks/create-packet.yml
verifier:
name: testinfra