This repository was archived by the owner on Apr 26, 2023. It is now read-only.
forked from chef-boneyard/habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.yml
101 lines (97 loc) · 2.03 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-28
#- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: windows-2016
driver:
box: chef/windows-server-2016-standard # private box
suites:
- name: package
run_list: test::package
excludes:
- windows-2016
- name: service
run_list: test::service
excludes:
- windows-2016
- name: service-auth
run_list: test::service_auth
excludes:
- windows-2016
- name: sup
run_list: test::sup
excludes:
- windows-2016
- name: config
run_list: test::config
excludes:
- windows-2016
- name: config-auth
run_list: test::config_auth
excludes:
- windows-2016
- name: user-toml
run_list: test::user_toml
excludes:
- windows-2016
- name: license
run_list: test::license
excludes:
- windows-2016
- name: config-chef-13
run_list: test::config
excludes:
- windows-2016
provisioner:
product_name: chef
product_version: 13.6.4
- name: config-chef-13-auth
run_list: test::config_auth
excludes:
- windows-2016
provisioner:
product_name: chef
product_version: 13.6.4
- name: win-package
run_list: test::win_package
includes:
- windows-2016
- name: win-service
run_list: test::win_service
includes:
- windows-2016
- name: win-sup
run_list: test::win_sup
includes:
- windows-2016
- name: win-config
run_list: test::win_config
includes:
- windows-2016
- name: win-config-auth
run_list: test::win_config_auth
includes:
- windows-2016
- name: win-user-toml
run_list: test::win_user_toml
includes:
- windows-2016
- name: win-license
run_list: test::win_license
includes:
- windows-2016