blob: 2fbd0b7c679663ceacf7bb6dbce48f38f1c28ca0 [file] [log] [blame]
Martin819a45fa092017-02-11 12:16:20 +01001---
2driver:
3 name: docker
4 hostname: ceph.ci.local
5 use_sudo: false
6
Martin819a45fa092017-02-11 12:16:20 +01007provisioner:
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: ceph
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - ceph
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - ceph
26
27verifier:
28 name: inspec
29 sudo: true
Martin819a45fa092017-02-11 12:16:20 +010030
Martin Polreich86e381f2017-07-17 10:29:25 +020031
32platforms:
33 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
Martin819a45fa092017-02-11 12:16:20 +010034 driver_config:
Martin Polreich86e381f2017-07-17 10:29:25 +020035 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
Martin819a45fa092017-02-11 12:16:20 +010036 platform: ubuntu
37
38suites:
39
40 - name: ceph_client
41 provisioner:
42 pillars-from-files:
43 ceph.sls: tests/pillar/ceph_client.sls
44# vim: ft=yaml sw=2 ts=2 sts=2 tw=125