forked from chef-boneyard/push-jobs-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
47 lines (44 loc) · 1.24 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
driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: debian-8.6
- name: ubuntu-14.04
- name: ubuntu-16.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 wupport VMWare
# and VirtualBox only.
#
- name: windows-2012r2
driver:
box: chef/windows-server-2012r2-standard # private
attributes:
push_jobs:
package_url: "https://opscode-private-chef.s3.amazonaws.com/windows/2008r2/x86_64/opscode-push-jobs-client-windows-1.1.5-1.windows.msi"
package_checksum: "411520e6a2e3038cd018ffacee0e76e37e7badd1aa84de03f5469c19e8d6c576"
suites:
- name: default
run_list: recipe[test::default]
excludes: windows-2012r2
- name: one_oh
run_list: recipe[test::default]
attributes:
push_jobs:
package_version: 1.3.4
excludes: windows-2012r2
- name: windows
run_list: recipe[push-jobs]
includes: windows-2012r2
- name: resource
run_list: recipe[test::instance]
excludes: windows-2012r2