Martin819 | 07885fc | 2017-03-21 15:40:39 +0100 | [diff] [blame] | 1 | --- |
| 2 | driver: |
| 3 | name: docker |
| 4 | hostname: rsyslog.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: rsyslog |
| 15 | grains: |
| 16 | noservices: True |
| 17 | state_top: |
| 18 | base: |
| 19 | "*": |
| 20 | - rsyslog |
| 21 | pillars: |
| 22 | top.sls: |
| 23 | base: |
| 24 | "*": |
| 25 | - rsyslog |
| 26 | |
| 27 | verifier: |
| 28 | name: inspec |
| 29 | sudo: true |
| 30 | |
| 31 | # platforms: |
| 32 | # - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%> |
| 33 | # driver_config: |
| 34 | # image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%> |
| 35 | # platform: ubuntu |
| 36 | |
| 37 | platforms: |
| 38 | - name: ubuntu-trusty |
| 39 | driver_config: |
| 40 | image: trevorj/salty-whales:trusty |
| 41 | platform: ubuntu |
| 42 | |
| 43 | - name: ubuntu-xenial |
| 44 | driver_config: |
| 45 | image: trevorj/salty-whales:xenial |
| 46 | platform: ubuntu |
| 47 | |
| 48 | suites: |
| 49 | |
| 50 | - name: client_single |
| 51 | provisioner: |
| 52 | pillars-from-files: |
| 53 | rsyslog.sls: tests/pillar/client_single.sls |
| 54 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |