[MOLECULE] Add molecule setup for kube_prometheus.yml playbook
[oom/offline-installer.git] / ansible / roles / kube-prometheus-stack / molecule / default / 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-kube-prometheus-stack
13     image: centos:7
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         nfs_mount_path: "/dockerdata-nfs"
27 verifier:
28   name: testinfra