blob: c6c5d32dd9df24010406584735f718dac9eff952 [file] [log] [blame]
---
driver:
name: docker
hostname: ceph.ci.local
use_sudo: false
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
require_chef: false
log_level: error
formula: ceph
grains:
noservices: True
vendor_repo:
- type: apt
url: http://download.ceph.com/debian-jewel
key_url: https://download.ceph.com/keys/release.asc
components: main
distribution: xenial
state_top:
base:
"*":
- ceph
pillars:
top.sls:
base:
"*":
- ceph
verifier:
name: inspec
sudo: true
docker_images:
- &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
- &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
- &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
platforms:
- name: xenial-2016.3
driver_config:
image: *xenial-20163
platform: ubuntu
- name: xenial-2017.7
driver_config:
image: *xenial-20177
platform: ubuntu
- name: xenial-stable
driver_config:
image: *xenial-stable
platform: ubuntu
suites:
- name: ceph_client_single
provisioner:
pillars-from-files:
ceph.sls: tests/pillar/ceph_client_single.sls
- name: ceph_mon_single
provisioner:
pillars-from-files:
ceph.sls: tests/pillar/ceph_mon_single.sls
- name: ceph_osd_single
provisioner:
pillars-from-files:
ceph.sls: tests/pillar/ceph_osd_single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125