You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
643 B
38 lines
643 B
--- |
|
driver: |
|
name: podman |
|
|
|
log: true |
|
|
|
platforms: |
|
- name: centos8 |
|
hostname: centos8 |
|
image: centos:8 |
|
dockerfile: Dockerfile |
|
pkg_extras: python*-setuptools |
|
volumes: |
|
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro |
|
environment: &env |
|
http_proxy: "{{ lookup('env', 'http_proxy') }}" |
|
https_proxy: "{{ lookup('env', 'https_proxy') }}" |
|
ulimits: &ulimit |
|
- host |
|
|
|
provisioner: |
|
name: ansible |
|
log: true |
|
env: |
|
ANSIBLE_STDOUT_CALLBACK: yaml |
|
|
|
scenario: |
|
test_sequence: |
|
- destroy |
|
- create |
|
- prepare |
|
- converge |
|
- check |
|
- verify |
|
- destroy |
|
|
|
verifier: |
|
name: testinfra
|
|
|