c12s-kubespray/roles/container-engine/cri-o/molecule/default/molecule.yml

58 lines
1,018 B
YAML
Raw Normal View History

2020-04-22 13:09:52 +00:00
---
driver:
name: vagrant
provider:
name: libvirt
lint: |
set -e
yamllint -c ../../../.yamllint .
2020-04-22 13:09:52 +00:00
platforms:
- name: ubuntu20
box: generic/ubuntu2004
2020-05-28 07:42:15 +00:00
cpus: 2
memory: 1024
groups:
- kube_control_plane
- kube_node
- k8s_cluster
- name: almalinux8
box: almalinux/8
cpus: 2
memory: 1024
groups:
- kube_control_plane
- kube_node
- k8s_cluster
2020-04-28 12:28:06 +00:00
- name: fedora
box: fedora/36-cloud-base
cpus: 2
memory: 1024
groups:
- kube_control_plane
- kube_node
- k8s_cluster
- name: debian10
box: generic/debian10
cpus: 2
memory: 1024
groups:
- kube_control_plane
- kube_node
- k8s_cluster
2020-04-22 13:09:52 +00:00
provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../
config_options:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
2020-04-22 13:09:52 +00:00
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
verifier:
name: testinfra
lint:
name: flake8