blob: 00c63ca9fc2febdc50170140f5682f5ea9d6039e [file] [log] [blame]
Bartek Grzybowski4b8c98f2019-05-10 12:33: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
16 volumes:
17 - /var/lib/docker
18provisioner:
19 name: ansible
20 lint:
21 name: ansible-lint
22 env:
23 ANSIBLE_ROLES_PATH: ../../../../test/roles
24 ANSIBLE_LIBRARY: ../../../../library
25 inventory:
26 host_vars:
27 infrastructure-server:
28 cluster_ip: 127.0.0.1
29 group_vars:
30 all:
31 app_name: onap
32 app_data_path: "/opt/{{ app_name }}"
33verifier:
34 name: testinfra
35 lint:
36 name: flake8