-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.kitchen.yml
82 lines (79 loc) · 1.53 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-16.04
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: debian-8.4
- name: debian-7.10
- name: centos-7.2
- name: centos-6.7
- name: fedora-23
- name: macosx-10.10
driver:
box: roboticcheese/macosx-10.10
ssh:
insert_key: false
- name: windows-2012
driver:
box: roboticcheese/windows-2012
suites:
- name: default
run_list:
- recipe[chef-dk_test]
- name: remove
run_list:
- recipe[chef-dk_test::remove]
- name: repo
run_list:
- recipe[chef-dk_test]
attributes:
chef_dk:
source: repo
excludes:
- ubuntu-16.04
- ubuntu-12.04
- debian-8.4
- debian-8
- debian-7.10
- debian-7
- fedora-23
- name: repo_remove
run_list:
- recipe[chef-dk_test::remove]
attributes:
chef_dk:
source: repo
excludes:
- ubuntu-16.04
- ubuntu-12.04
- debian-8.4
- debian-8
- debian-7.10
- debian-7
- fedora-23
- name: custom
run_list:
- recipe[chef-dk_test]
attributes:
chef_dk:
source: https://packages.chef.io/stable/ubuntu/12.04/chefdk_0.14.25-1_amd64.deb
excludes:
- ubuntu-16.04
- ubuntu-12.04
- debian-8.4
- debian-8
- debian-7.10
- debian-7
- centos-7.2
- centos-7
- centos-6.7
- centos-6
- fedora-23
- macosx-10.10
- macosx
- windows-2012
- windows