-
Notifications
You must be signed in to change notification settings - Fork 43
/
kitchen.yml
53 lines (49 loc) · 1.19 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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-9
- name: debian-10
- name: opensuse-leap-15
- name: ubuntu-16.04
- name: ubuntu-18.04
#
# The following (private) boxes are shared via Atlas. Please note this
# requires adding your Atlas account to the `Chef` org and will
# require a `vagrant login`.
#
# The Mac OS X boxes are VMware only also. Windows boxes support VMWare
# and VirtualBox only.
#
- name: windows-2012r2
driver:
box: tas50/windows_2012r2
suites:
- name: default
run_list: recipe[test::default]
excludes: windows-2012r2
attributes:
push_jobs:
package_version: 2.4.5
- name: package_resource
run_list: recipe[test::package_resource]
excludes: windows-2012r2
- name: windows
run_list: recipe[push-jobs]
attributes:
push_jobs:
package_version: 2.4.5
includes: windows-2012r2
- name: resource
run_list: recipe[test::instance]
excludes: windows-2012r2