-
Notifications
You must be signed in to change notification settings - Fork 3
/
.kitchen.yml
69 lines (65 loc) · 1.54 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
---
driver:
forward_agent: yes
name: vagrant
# customize:
# memory: 2048
# cpus: 2
provisioner:
name: chef_zero
require_chef_omnibus: 11.16.4
transport:
name: winrm
platforms:
- name: windows-2008R2
# transport:
# max_threads: 20
# name: winrm
driver_config:
gui: true
driver:
box: windows2008r2
box_url: https://s3-us-west-2.amazonaws.com/chef-box-cutter/windows/virtualbox4.3.20/eval-win2008r2-datacenter-nocm-1.0.2.box
vm_hostname:
network:
# - ["forwarded_port", {guest: 3389, host: 3389}]
- ["forwarded_port", {guest: 5985, host: 5985}]
# - ["private_network", {ip: "192.168.1.30"}]
customize:
cpus: 2
memory: 2048
# - name: windows-2012R2
# driver_config:
# box: win2012r2-chef11.14.2-1
# box_url: https://s3-us-west-2.amazonaws.com/chef-box-cutter/windows/virtualbox4.3.20/eval-win2012r2-datacenter-nocm-1.0.2.box
suites:
- name: domain_controller
run_list:
- 'recipe[windows_ad::default]'
attributes:
excludes:
- windows-2012R2
# - name: ad_wsus_server
# run_list:
# - 'recipe[wsus_wrapper::default]'
# attributes:
# excludes:
# - windows-2012R2
# - name: standalone_wsus_server
# run_list:
# - 'recipe[wsus_wrapper::default]'
# attributes:
# excludes:
# - windows-2012R2
# - name: ad_client
# run_list:
# - 'recipe[wsus_wrapper::client]'
# attributes:
# excludes:
# - windows-2012R2
# - name: standalone_client
# run_list:
# - 'recipe[wsus_wrapper::client]'
# attributes:
# excludes:
# - windows-2012R2