zuul-jobs/roles/ensure-tox/molecule/default/molecule.yml

42 lines
766 B
YAML

---
# The MOLECULE_ vars used here are not officially endorsed by molecule, but we
# hope a future version will add implicit support for them.
driver:
name: docker
platforms:
- name: centos7
hostname: centos7
image: centos:7
dockerfile: Dockerfile.j2
easy_install:
- pip
- name: fedora
hostname: fedora
image: fedora:latest
dockerfile: Dockerfile.j2
easy_install:
- pip
- name: ubuntu1804
hostname: ubuntu1804
image: ubuntu:18.04
dockerfile: Dockerfile.j2
provisioner:
name: ansible
log: true
inventory:
host_vars:
fedora:
ansible_python_interpreter: /usr/bin/python3
scenario:
test_sequence:
- destroy
- create
- converge
- destroy
lint:
enabled: false