[MOLECULE] Setup Molecule for strimzi-kafka-operator role
[oom/offline-installer.git] / ansible / roles / strimzi-kafka-operator / molecule / ubuntu / molecule.yml
1 ---
2 dependency:
3   name: galaxy
4 driver:
5   name: docker
6 lint: |
7   set -e
8   yamllint .
9   ansible-lint .
10   flake8
11 platforms:
12   - name: infrastructure-ubuntu-strimzi-kafka-operator
13     image: ubuntu:18.04
14     groups:
15       - infrastructure
16 provisioner:
17   name: ansible
18   env:
19     ANSIBLE_ROLES_PATH: ../../../../test/roles
20     ANSIBLE_LIBRARY: ../../../../library
21   inventory:
22     group_vars:
23       all:
24         app_name: onap
25         app_data_path: "/opt/{{ app_name }}"
26   playbooks:
27     prepare: ../default/prepare.yml
28     converge: ../default/converge.yml
29 verifier:
30   name: testinfra
31   directory: ../default/tests