tripleo-ansible/tripleo_ansible/roles/tripleo_clients_install/molecule/default/molecule.yml
Chandan Kumar (raukadah) d95784efa5 Use default config_podman.yml config for podman driver
By following the footprint of
https://review.opendev.org/c/openstack/tripleo-ansible/+/839685
to use default config for delegated driver.

It adds the default podman config and reuse the same in all
roles where CentOS8 image is used for testing.

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I3e6dba0539b9622433ce74e18b5fbdc05e5bcaaf
2022-05-04 13:22:36 +05:30

29 lines
387 B
YAML

---
driver:
name: podman
provisioner:
name: ansible
inventory:
hosts:
all:
hosts:
centos:
ansible_python_interpreter: /usr/bin/python3
log: true
env:
ANSIBLE_STDOUT_CALLBACK: yaml
scenario:
test_sequence:
- destroy
- create
- prepare
- converge
- check
- verify
- destroy
verifier:
name: testinfra