-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvagrant.kitchen.yml
58 lines (50 loc) · 1.22 KB
/
vagrant.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
---
driver:
name: vagrant
box_auto_update: true
box_auto_prune: true
provisioner:
name: chef_zero
always_update_cookbooks: true
product_name: chef
product_version: 17
channel: stable
### Uncomment this setting to have Test Kitchen fail on any deprecation warning; useful in advance of a new chef-client release
# deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: almalinux-8.5
driver:
# linked_clone: true
network:
- ["forwarded_port", {guest: 443, host: 4443, auto_correct: true}]
- ["forwarded_port", {guest: 8880, host: 8880, auto_correct: true}]
customize:
cpus: 2
memory: 2048
- name: tas50/windows_2019
os_type: windows
transport:
name: winrm
elevated: true
elevated_username: vagrant
elevated_password: vagrant
driver:
box_name: butler_win16
network:
- ["forwarded_port", {guest: 443, host: 443, auto_correct: true}]
- ["forwarded_port", {guest: 8880, host: 4040, auto_correct: true}]
customize:
cpus: 2
memory: 2048
suites:
- name: default
run_list:
- recipe[diiv::default]
verifier:
inspec_tests:
- test/integration/default
attributes:
audit:
reporter: 'cli'