blob: 68b7f56aac1e64f5329e9b11d5e7f1020d09f424 [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-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
platforms:
- name: xenial-2017.7
driver_config:
image: *xenial-20177
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