blob: 8c35f248e61b13e3af7538b12fccd8f115740648 [file] [log] [blame]
---
driver:
name: docker
hostname: glusterfs.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: glusterfs
grains:
noservices: True
state_top:
base:
"*":
- glusterfs
pillars:
top.sls:
base:
"*":
- glusterfs
verifier:
name: inspec
sudo: true
platforms:
- name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config:
image: <%=ENV['PLATFORM'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
platform: ubuntu
suites:
- name: glusterfs_client
provisioner:
pillars-from-files:
glusterfs.sls: tests/pillar/glusterfs_client.sls
- name: glusterfs_server
provisioner:
pillars-from-files:
glusterfs.sls: tests/pillar/glusterfs_server.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125