blob: 17bfcd3a0ba17f1b68e960f36ef686149a1918a3 [file] [log] [blame]
Bartek Grzybowskia466ed62021-06-01 13:13:27 +02001---
2dependency:
3 name: galaxy
4driver:
5 name: docker
6lint: |
7 set -e
8 yamllint .
9 ansible-lint .
10 flake8
11platforms:
12 - name: infrastructure-kube-prometheus-stack
13 image: centos:7
14 groups:
15 - infrastructure
16provisioner:
17 name: ansible
18 env:
19 ANSIBLE_ROLES_PATH: ../../../../test/roles
20 ANSIBLE_LIBRARY: ../../../../library
Bartek Grzybowskibc9ddc32021-06-02 12:29:11 +020021 inventory:
22 group_vars:
23 all:
24 app_name: onap
25 app_data_path: "/opt/{{ app_name }}"
Bartek Grzybowskia466ed62021-06-01 13:13:27 +020026verifier:
27 name: testinfra