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.
43 lines
1.1 KiB
43 lines
1.1 KiB
--- |
|
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') }}" |
|
ulimts: &ulimit |
|
- host |
|
|
|
provisioner: |
|
name: ansible |
|
log: true |
|
env: |
|
ANSIBLE_STDOUT_CALLBACK: yaml |
|
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH:-/usr/share/ansible/roles}:${HOME}/zuul-jobs/roles" |
|
ANSIBLE_MODULE_UTILS: "${ANSIBLE_MODULE_UTILS:-/tripleo_ansible/ansible_plugins/module_utils}" |
|
ANSIBLE_LIBRARY: "${ANSIBLE_LIBRARY:-/usr/share/ansible/plugins/modules}" |
|
ANSIBLE_FILTER_PLUGINS: "${ANSIBLE_FILTER_PLUGINS:-/usr/share/ansible/plugins/filter}" |
|
ANSIBLE_ACTION_PLUGINS: "${ANSIBLE_ACTION_PLUGINS:-/usr/share/ansible/plugins/action}" |
|
|
|
scenario: |
|
test_sequence: |
|
- destroy |
|
- create |
|
- prepare |
|
- converge |
|
- check |
|
- verify |
|
- destroy |
|
|
|
verifier: |
|
name: testinfra
|
|
|