Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 1 | --- |
| 2 | dependency: |
| 3 | name: galaxy |
| 4 | driver: |
| 5 | name: docker |
Bartek Grzybowski | 018a6ab | 2021-04-08 16:20:24 +0200 | [diff] [blame] | 6 | lint: | |
| 7 | set -e |
| 8 | yamllint . |
| 9 | ansible-lint . |
| 10 | flake8 |
Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 11 | platforms: |
| 12 | - name: infrastructure-server |
Bartek Grzybowski | 007a4bd | 2021-02-01 10:13:03 +0100 | [diff] [blame] | 13 | image: centos:7 |
Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 14 | groups: |
| 15 | - infrastructure |
| 16 | provisioner: |
| 17 | name: ansible |
Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 18 | env: |
| 19 | ANSIBLE_ROLES_PATH: ../../../../test/roles |
| 20 | ANSIBLE_LIBRARY: ../../../../library |
| 21 | inventory: |
| 22 | group_vars: |
| 23 | all: |
| 24 | app_name: onap |
| 25 | app_data_path: "/opt/{{ app_name }}" |
Jan Benedikt | e70ebf0 | 2020-02-10 15:43:55 +0100 | [diff] [blame] | 26 | scenario: |
| 27 | name: default |
Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 28 | verifier: |
| 29 | name: testinfra |