blob: 76cf7c6a2b39a90b8b5c93da2a1a9699e881ee02 [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:
Martin Polreich35d0ebe2018-11-30 16:18:29 +010038 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
39 - &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 +020040
41platforms:
Martin Polreich35d0ebe2018-11-30 16:18:29 +010042 - name: xenial-2017.7
43 driver_config:
44 image: *xenial-20177
45 platform: ubuntu
46
47 - name: xenial-stable
48 driver_config:
49 image: *xenial-stable
Martin819a45fa092017-02-11 12:16:20 +010050 platform: ubuntu
51
52suites:
53
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020054 - name: ceph_client_single
Martin819a45fa092017-02-11 12:16:20 +010055 provisioner:
56 pillars-from-files:
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020057 ceph.sls: tests/pillar/ceph_client_single.sls
58 - name: ceph_mon_single
59 provisioner:
60 pillars-from-files:
61 ceph.sls: tests/pillar/ceph_mon_single.sls
62 - name: ceph_osd_single
63 provisioner:
64 pillars-from-files:
65 ceph.sls: tests/pillar/ceph_osd_single.sls
66
Martin819a45fa092017-02-11 12:16:20 +010067# vim: ft=yaml sw=2 ts=2 sts=2 tw=125