summaryrefslogtreecommitdiffstats
path: root/ansible/roles/kube-prometheus-stack/molecule/default/molecule.yml
blob: 17bfcd3a0ba17f1b68e960f36ef686149a1918a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: infrastructure-kube-prometheus-stack
    image: centos:7
    groups:
      - infrastructure
provisioner:
  name: ansible
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
    ANSIBLE_LIBRARY: ../../../../library
  inventory:
    group_vars:
      all:
        app_name: onap
        app_data_path: "/opt/{{ app_name }}"
verifier:
  name: testinfra