forked from sous-chefs/lvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
47 lines (44 loc) · 930 Bytes
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: oracle-7
- name: debian-8
- name: fedora-28
- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
suites:
- name: create
run_list:
- recipe[test::create]
- name: create_thin
excludes:
- debian-8
run_list:
- recipe[test::create_thin]
- name: resize
run_list:
- recipe[test::create]
- recipe[test::resize]
- name: resize_thin
excludes:
- debian-8
run_list:
- recipe[test::create_thin]
- recipe[test::resize_thin]
- name: resize_thin_pool_meta_data
excludes:
- debian-8
run_list:
- recipe[test::create_thin]
- recipe[test::resize_thin_pool_meta_data]