Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 1 | --- |
| 2 | driver: |
| 3 | name: docker |
| 4 | hostname: cinder.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: cinder |
| 15 | grains: |
| 16 | noservices: True |
Dmitry Ukov | 56c2907 | 2017-05-04 16:48:29 +0400 | [diff] [blame^] | 17 | dependencies: |
| 18 | - name: keystone |
| 19 | repo: git |
| 20 | source: https://github.com/salt-formulas/salt-formula-keystone |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 21 | state_top: |
| 22 | base: |
| 23 | "*": |
| 24 | - cinder |
| 25 | pillars: |
| 26 | top.sls: |
| 27 | base: |
| 28 | "*": |
| 29 | - cinder |
| 30 | |
| 31 | verifier: |
| 32 | name: inspec |
| 33 | sudo: true |
| 34 | |
| 35 | platforms: |
Martin Polreich | 346602c | 2017-04-05 10:33:42 +0200 | [diff] [blame] | 36 | - name: ubuntu-trusty |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 37 | driver_config: |
Martin Polreich | 346602c | 2017-04-05 10:33:42 +0200 | [diff] [blame] | 38 | image: trevorj/salty-whales:trusty |
| 39 | platform: ubuntu |
| 40 | |
| 41 | - name: ubuntu-xenial |
| 42 | driver_config: |
| 43 | image: trevorj/salty-whales:xenial |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 44 | platform: ubuntu |
| 45 | |
| 46 | suites: |
| 47 | |
Martin Polreich | 346602c | 2017-04-05 10:33:42 +0200 | [diff] [blame] | 48 | - name: <%=ENV['SUITE'] || 'ceph_single'%> |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 49 | provisioner: |
| 50 | pillars-from-files: |
Martin Polreich | 346602c | 2017-04-05 10:33:42 +0200 | [diff] [blame] | 51 | cinder.sls: tests/pillar/<%=ENV['SUITE'] || 'ceph_single'%>.sls |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 52 | |
Martin819 | 2ce29c3 | 2017-03-23 22:31:45 +0100 | [diff] [blame] | 53 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |