d95784efa5
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
28 lines
375 B
YAML
28 lines
375 B
YAML
---
|
|
driver:
|
|
name: podman
|
|
|
|
provisioner:
|
|
inventory:
|
|
hosts:
|
|
all:
|
|
hosts:
|
|
centos:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
name: ansible
|
|
log: true
|
|
env:
|
|
ANSIBLE_STDOUT_CALLBACK: yaml
|
|
|
|
scenario:
|
|
test_sequence:
|
|
- destroy
|
|
- create
|
|
- prepare
|
|
- converge
|
|
- verify
|
|
- destroy
|
|
|
|
verifier:
|
|
name: testinfra
|