-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkitchen.yml
executable file
·54 lines (50 loc) · 1.07 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
---
driver:
name: vagrant
box_auto_update: true
box_auto_prune: true
provisioner:
name: chef_infra
retry_on_exit_code:
- 35 # 35 is the exit code signaling that the node is rebooting
product_name: chef
always_update_cookbooks: true
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2
# - name: amazonlinux-2023
- name: centos-7
- name: centos-8
- name: debian-10
- name: debian-11
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: windows-10
driver:
box: stromweld/windows-10
- name: windows-11
driver:
box: stromweld/windows-11
- name: windows-2012r2
driver:
box: stromweld/windows-2012r2
- name: windows-2016
driver:
box: stromweld/windows-2016
- name: windows-2019
driver:
box: stromweld/windows-2019
- name: windows-2022
driver:
box: stromweld/windows-2022
suites:
- name: default
verifier:
inspec_tests:
- test/integration/default
attributes: