blob: b318be0309e4eaaff481a0e82d334151363774c6 [file] [log] [blame]
Vasyl Saienko7a4ae402018-01-30 16:37:14 +02001---
2driver:
3 name: docker
4 hostname: manila.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: manila
15 grains:
16 noservices: True
17 dependencies:
18 - name: linux
19 repo: git
Oleksandr Bryndzii1355cca2019-05-23 19:37:08 +030020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Vasyl Saienko7a4ae402018-01-30 16:37:14 +020021 - name: apache
22 repo: git
Oleksandr Bryndzii1355cca2019-05-23 19:37:08 +030023 source: https://gerrit.mcp.mirantis.com/salt-formulas/apache
24 - name: oslo_templates
25 repo: git
26 source: https://gerrit.mcp.mirantis.com/salt-formulas/oslo-templates
Vasyl Saienko7a4ae402018-01-30 16:37:14 +020027 state_top:
28 base:
29 "*":
30 - linux.system
31 - apache
32 - manila
33 pillars:
34 top.sls:
35 base:
36 "*":
37 - linux_repo_openstack
38 - manila
39 - release
40 pillars-from-files:
41 linux_repo_openstack.sls: tests/pillar/repo_mcp_openstack_<%= ENV['OS_VERSION'] || 'pike' %>.sls
42
43verifier:
44 name: inspec
45 sudo: true
46
47platforms:
48 - name: <%= ENV['PLATFORM'] || 'ubuntu-xenial' %>
49 driver_config:
Martin Polreich2b7d1ce2018-11-20 15:09:11 +010050 image: <%= ENV['PLATFORM'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19' %>
Vasyl Saienko7a4ae402018-01-30 16:37:14 +020051 platform: ubuntu
52
53suites:
54
55 - name: server_cluster
56 provisioner:
57 pillars-from-files:
58 manila.sls: tests/pillar/server_cluster.sls
59 pillars:
60 release.sls:
61 share.sls:
62 manila:
63 share:
64 version: <%= ENV['OS_VERSION'] || 'pike' %>
65
66 - name: server_single
67 provisioner:
68 pillars-from-files:
69 manila.sls: tests/pillar/server_single.sls
70 pillars:
71 release.sls:
72 manila:
73 common:
74 version: <%= ENV['OS_VERSION'] || 'pike' %>
75
Vasyl Saienkobf5c1202018-03-01 22:24:14 +020076 - name: share_nexenta
77 provisioner:
78 pillars-from-files:
79 manila.sls: tests/pillar/share_nexenta.sls
80 pillars:
81 release.sls:
82 manila:
83 common:
84 version: <%= ENV['OS_VERSION'] || 'pike' %>
85
Vasyl Saienkoae9441c2018-03-02 12:08:54 +020086 - name: share_glusterfs
87 provisioner:
88 pillars-from-files:
89 manila.sls: tests/pillar/share_glusterfs.sls
90 pillars:
91 release.sls:
92 manila:
93 common:
94 version: <%= ENV['OS_VERSION'] || 'pike' %>
95
Vasyl Saienko2491eae2018-04-05 12:14:27 +030096 - name: server_cluster_ssl
97 provisioner:
98 pillars-from-files:
99 manila.sls: tests/pillar/server_cluster_ssl.sls
100 pillars:
101 release.sls:
102 manila:
103 common:
104 version: <%= ENV['OS_VERSION'] || 'pike' %>
105
106
Vasyl Saienko7a4ae402018-01-30 16:37:14 +0200107# vim: ft=yaml sw=2 ts=2 sts=2 tw=125
108