Michal Zegan | 23ba267 | 2019-06-06 17:49:51 +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 |
Michal Zegan | 23ba267 | 2019-06-06 17:49:51 +0200 | [diff] [blame] | 14 | groups: |
| 15 | - infrastructure |
| 16 | - kubernetes-etcd |
| 17 | - kubernetes-control-plane |
| 18 | - kubernetes |
Michal Zegan | 23ba267 | 2019-06-06 17:49:51 +0200 | [diff] [blame] | 19 | - name: kubernetes-node-1 |
| 20 | image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} |
| 21 | pre_build_image: true |
| 22 | privileged: true |
| 23 | override_command: false |
Michal Zegan | 23ba267 | 2019-06-06 17:49:51 +0200 | [diff] [blame] | 24 | groups: |
| 25 | - kubernetes |
| 26 | - kubernetes-node |
Michal Zegan | 23ba267 | 2019-06-06 17:49:51 +0200 | [diff] [blame] | 27 | provisioner: |
| 28 | name: ansible |
| 29 | env: |
| 30 | ANSIBLE_ROLES_PATH: ../../../../test/roles |
| 31 | ANSIBLE_LIBRARY: ../../../../library |
| 32 | lint: |
| 33 | name: ansible-lint |
| 34 | scenario: |
| 35 | name: default |
| 36 | verifier: |
| 37 | name: testinfra |
| 38 | lint: |
| 39 | name: flake8 |