blob: c6c5d32dd9df24010406584735f718dac9eff952 [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
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020017 vendor_repo:
18 - type: apt
Jiri Broulik42552052018-02-15 15:23:29 +010019 url: http://download.ceph.com/debian-jewel
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020020 key_url: https://download.ceph.com/keys/release.asc
21 components: main
22 distribution: xenial
Martin819a45fa092017-02-11 12:16:20 +010023 state_top:
24 base:
25 "*":
26 - ceph
27 pillars:
28 top.sls:
29 base:
30 "*":
31 - ceph
32
33verifier:
34 name: inspec
35 sudo: true
Martin819a45fa092017-02-11 12:16:20 +010036
Martin Polreich35d0ebe2018-11-30 16:18:29 +010037docker_images:
38 - &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
39 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
40 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Martin Polreich86e381f2017-07-17 10:29:25 +020041
42platforms:
Martin Polreich35d0ebe2018-11-30 16:18:29 +010043 - name: xenial-2016.3
Martin819a45fa092017-02-11 12:16:20 +010044 driver_config:
Martin Polreich35d0ebe2018-11-30 16:18:29 +010045 image: *xenial-20163
46 platform: ubuntu
47
48 - name: xenial-2017.7
49 driver_config:
50 image: *xenial-20177
51 platform: ubuntu
52
53 - name: xenial-stable
54 driver_config:
55 image: *xenial-stable
Martin819a45fa092017-02-11 12:16:20 +010056 platform: ubuntu
57
58suites:
59
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020060 - name: ceph_client_single
Martin819a45fa092017-02-11 12:16:20 +010061 provisioner:
62 pillars-from-files:
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020063 ceph.sls: tests/pillar/ceph_client_single.sls
64 - name: ceph_mon_single
65 provisioner:
66 pillars-from-files:
67 ceph.sls: tests/pillar/ceph_mon_single.sls
68 - name: ceph_osd_single
69 provisioner:
70 pillars-from-files:
71 ceph.sls: tests/pillar/ceph_osd_single.sls
72
Martin819a45fa092017-02-11 12:16:20 +010073# vim: ft=yaml sw=2 ts=2 sts=2 tw=125