Merge "Adding support for Ubuntu in create_repo and docker_entrypoint scripts"
[oom/offline-installer.git] / ansible / roles / kubectl / molecule / default / molecule.yml
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 scenario:
29   name: default
30 verifier:
31   name: testinfra
32   lint:
33     name: flake8