-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
52 lines (47 loc) · 1.25 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
---
driver:
name: vagrant
# name: docker
# use_sudo: false
network:
- ["forwarded_port", {guest: 8080, host: 8080}]
- ["private_network", {ip: "192.168.33.33"}]
provisioner:
name: chef_zero
# You may wish to disable always updating cookbooks in CI or other testing environments.
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
verifier:
name: inspec
platforms:
- name: ubuntu-16.04
- name: centos-6.7
- name: centos-7.3
- name: windows-2012R2
driver:
box: mwrock/Windows2012R2
username: vagrant
password: vagrant
communicator: winrm
- name: win10
driver:
box: /Users/bmeyer/chef-git/boxcutter/windows/box/virtualbox/eval-win10x64-enterprise-nocm-1.0.4.box
username: vagrant
password: vagrant
communicator: winrm
- name: win7
driver:
box: /Users/bmeyer/chef-git/boxcutter/windows/box/virtualbox/eval-win7x64-enterprise-nocm-1.0.4.box
username: vagrant
password: vagrant
communicator: winrm
suites:
- name: default
run_list:
- recipe[national_parks_cookbook::default]
#- recipe[national_parks::uninstall]
verifier:
inspec_tests:
- test/smoke/default
attributes: