Michal Zegan | 049151d | 2019-06-04 17:11:59 +0200 | [diff] [blame] | 1 | --- |
| 2 | dependency: |
| 3 | name: galaxy |
| 4 | driver: |
| 5 | name: docker |
| 6 | lint: |
| 7 | name: yamllint |
| 8 | platforms: |
| 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 | provisioner: |
| 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 }}" |
| 28 | verifier: |
| 29 | name: testinfra |
| 30 | lint: |
| 31 | name: flake8 |