blob: bffb29e661c7b10f55dcddbb89dcfe4a5eaa2644 [file] [log] [blame]
Michal Zegan049151d2019-06-04 17:11:59 +02001---
2dependency:
3 name: galaxy
4driver:
5 name: docker
6lint:
7 name: yamllint
8platforms:
9 - name: infrastructure-server
10 image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6}
11 pre_build_image: True
12 privileged: true
13 override_command: False
14 groups:
15 - infrastructure
16provisioner:
17 name: ansible
18 lint:
19 name: ansible-lint
20 env:
21 ANSIBLE_ROLES_PATH: ../../../../test/roles
22 ANSIBLE_LIBRARY: ../../../../library
23 inventory:
24 group_vars:
25 all:
26 app_name: onap
27 app_data_path: "/opt/{{ app_name }}"
28verifier:
29 name: testinfra
30 lint:
31 name: flake8