2018-06-25 22:53:37 +02:00
|
|
|
---
|
2018-08-20 20:25:15 +02:00
|
|
|
|
|
|
|
scenario:
|
|
|
|
name: alternative
|
|
|
|
|
2018-06-25 22:53:37 +02:00
|
|
|
driver:
|
|
|
|
name: docker
|
2018-08-20 20:25:15 +02:00
|
|
|
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
2018-06-25 22:53:37 +02:00
|
|
|
|
|
|
|
platforms:
|
|
|
|
- name: minio-centos-7
|
|
|
|
image: paulfantom/centos-molecule:7
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
- name: minio-fedora-27
|
|
|
|
image: paulfantom/fedora-molecule:27
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
- name: minio-debian-9
|
|
|
|
image: paulfantom/debian-molecule:9
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
- name: minio-ubuntu-18.04
|
|
|
|
image: paulfantom/ubuntu-molecule:18.04
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
- name: minio-ubuntu-16.04
|
|
|
|
image: paulfantom/ubuntu-molecule:16.04
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
lint:
|
|
|
|
name: ansible-lint
|
2018-08-20 20:25:15 +02:00
|
|
|
options:
|
|
|
|
diff: True
|
|
|
|
v: True
|
2018-06-25 22:53:37 +02:00
|
|
|
playbooks:
|
2018-08-20 20:25:15 +02:00
|
|
|
create: ../resources/create.yml
|
|
|
|
prepare: ../resources/prepare.yml
|
|
|
|
destroy: ../resources/destroy.yml
|
|
|
|
|
|
|
|
lint:
|
|
|
|
name: yamllint
|
2018-06-25 22:53:37 +02:00
|
|
|
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|
2018-08-20 20:25:15 +02:00
|
|
|
options:
|
|
|
|
vvv: True
|
|
|
|
additional_files_or_dirs:
|
|
|
|
- ../resources/tests/
|
2018-06-25 22:53:37 +02:00
|
|
|
lint:
|
|
|
|
name: flake8
|