forked from sous-chefs/windows_ad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
47 lines (42 loc) · 1.08 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_solo
platforms:
- name: win2008r2
driver_config:
box_url: d:\cookbooks\packer-windows\windows_2008_r2_virtualbox.box
communicator: winrm
transport:
name: winrm
# - name: win2008r2core
# driver_config:
# box_url: d:\cookbooks\packer-windows\windows_2008_r2_core_virtualbox.box
# communicator: winrm
# transport:
# name: winrm
# - name: win2012
# driver_config:
# box_url: d:\cookbooks\packer-windows\windows_2012_virtualbox.box
# communicator: winrm
# transport:
# name: winrm
- name: win2012r2
driver_config:
box_url: d:\cookbooks\packer-windows\windows_2012_r2_virtualbox.box
communicator: winrm
transport:
name: winrm
- name: win2012r2core
driver_config:
box_url: d:\cookbooks\packer-windows\windows_2012_r2_core_virtualbox.box
communicator: winrm
transport:
name: winrm
suites:
- name: default
run_list:
- recipe[test_windows_ad::setup_dc]
- recipe[test_windows_ad::ad_objects]
attributes: