blob: f8fb950231bf1e6a864af30363014c6cf68a7ccf [file] [log] [blame]
Dmitry Kalashniked9c1462017-11-20 17:35:52 +04001---
2driver:
3 name: docker
4 hostname: glusterfs.ci.local
5 use_sudo: false
6
7provisioner:
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: glusterfs
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - glusterfs
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - glusterfs
26
27verifier:
28 name: inspec
29 sudo: true
30
31
32platforms:
33 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
34 driver_config:
35 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
36 platform: ubuntu
37
38suites:
39
40 - name: glusterfs_client
41 provisioner:
42 pillars-from-files:
43 glusterfs.sls: tests/pillar/glusterfs_client.sls
44
45 - name: glusterfs_server
46 provisioner:
47 pillars-from-files:
48 glusterfs.sls: tests/pillar/glusterfs_server.sls
49# vim: ft=yaml sw=2 ts=2 sts=2 tw=125