blob: 68b7f56aac1e64f5329e9b11d5e7f1020d09f424 [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 Polreich9fd31992019-10-10 14:19:33 +020038 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreich86e381f2017-07-17 10:29:25 +020039
40platforms:
Martin Polreich35d0ebe2018-11-30 16:18:29 +010041 - name: xenial-2017.7
42 driver_config:
43 image: *xenial-20177
44 platform: ubuntu
45
Martin819a45fa092017-02-11 12:16:20 +010046suites:
47
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020048 - name: ceph_client_single
Martin819a45fa092017-02-11 12:16:20 +010049 provisioner:
50 pillars-from-files:
Tomáš Kukrál363d37d2017-08-17 13:40:20 +020051 ceph.sls: tests/pillar/ceph_client_single.sls
52 - name: ceph_mon_single
53 provisioner:
54 pillars-from-files:
55 ceph.sls: tests/pillar/ceph_mon_single.sls
56 - name: ceph_osd_single
57 provisioner:
58 pillars-from-files:
59 ceph.sls: tests/pillar/ceph_osd_single.sls
60
Martin819a45fa092017-02-11 12:16:20 +010061# vim: ft=yaml sw=2 ts=2 sts=2 tw=125