Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame] | 1 | --- |
| 2 | driver: |
| 3 | name: docker |
| 4 | hostname: aodh.ci.local |
| 5 | use_sudo: false |
| 6 | |
| 7 | provisioner: |
| 8 | name: salt_solo |
| 9 | salt_install: bootstrap |
| 10 | salt_bootstrap_url: https://bootstrap.saltstack.com |
| 11 | salt_version: latest |
| 12 | require_chef: false |
| 13 | log_level: error |
| 14 | formula: aodh |
| 15 | grains: |
| 16 | noservices: True |
Michael Polenchuk | da504ce | 2017-11-29 13:43:48 +0400 | [diff] [blame^] | 17 | dependencies: |
| 18 | - name: linux |
| 19 | repo: git |
| 20 | source: https://github.com/salt-formulas/salt-formula-linux |
| 21 | - name: keystone |
| 22 | repo: git |
| 23 | source: https://github.com/salt-formulas/salt-formula-keystone |
Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame] | 24 | state_top: |
| 25 | base: |
| 26 | "*": |
Michael Polenchuk | da504ce | 2017-11-29 13:43:48 +0400 | [diff] [blame^] | 27 | - linux.system |
Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame] | 28 | - aodh |
| 29 | pillars: |
| 30 | top.sls: |
| 31 | base: |
| 32 | "*": |
Michael Polenchuk | da504ce | 2017-11-29 13:43:48 +0400 | [diff] [blame^] | 33 | - linux_repo_openstack |
Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame] | 34 | - aodh |
Michael Polenchuk | da504ce | 2017-11-29 13:43:48 +0400 | [diff] [blame^] | 35 | pillars-from-files: |
| 36 | linux_repo_openstack.sls: tests/pillar/repo_mos9.sls |
Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame] | 37 | |
| 38 | verifier: |
| 39 | name: inspec |
| 40 | sudo: true |
| 41 | |
| 42 | platforms: |
| 43 | - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%> |
| 44 | driver_config: |
| 45 | image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%> |
| 46 | platform: ubuntu |
| 47 | |
| 48 | suites: |
| 49 | |
| 50 | - name: server_cluster |
| 51 | provisioner: |
| 52 | pillars-from-files: |
| 53 | aodh.sls: tests/pillar/server_cluster.sls |
| 54 | |
| 55 | - name: server_single |
| 56 | provisioner: |
| 57 | pillars-from-files: |
| 58 | aodh.sls: tests/pillar/server_single.sls |
| 59 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |