Martin819 | a45fa09 | 2017-02-11 12:16:20 +0100 | [diff] [blame^] | 1 | --- |
| 2 | driver: |
| 3 | name: docker |
| 4 | hostname: ceph.ci.local |
| 5 | use_sudo: false |
| 6 | |
| 7 | |
| 8 | |
| 9 | provisioner: |
| 10 | name: salt_solo |
| 11 | salt_install: bootstrap |
| 12 | salt_bootstrap_url: https://bootstrap.saltstack.com |
| 13 | salt_version: latest |
| 14 | require_chef: false |
| 15 | log_level: error |
| 16 | formula: ceph |
| 17 | grains: |
| 18 | noservices: True |
| 19 | state_top: |
| 20 | base: |
| 21 | "*": |
| 22 | - ceph |
| 23 | pillars: |
| 24 | top.sls: |
| 25 | base: |
| 26 | "*": |
| 27 | - ceph |
| 28 | |
| 29 | verifier: |
| 30 | name: inspec |
| 31 | sudo: true |
| 32 | platforms: |
| 33 | - name: ubuntu-trusty |
| 34 | driver_config: |
| 35 | image: trevorj/salty-whales:trusty |
| 36 | platform: ubuntu |
| 37 | |
| 38 | - name: ubuntu-xenial |
| 39 | driver_config: |
| 40 | image: trevorj/salty-whales:xenial |
| 41 | platform: ubuntu |
| 42 | |
| 43 | suites: |
| 44 | |
| 45 | - name: ceph_client |
| 46 | provisioner: |
| 47 | pillars-from-files: |
| 48 | ceph.sls: tests/pillar/ceph_client.sls |
| 49 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |