-
Notifications
You must be signed in to change notification settings - Fork 2
/
kitchen.yml
executable file
·63 lines (59 loc) · 1.36 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
---
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
deprecations_as_errors: true
always_update_cookbooks: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2
- name: rockylinux-8
- name: rockylinux-9
# - name: amazonlinux-2023
- name: centos-7
- name: centos-stream-8
- name: centos-stream-9
- name: debian-10
- name: debian-11
- name: ubuntu-20.04
- name: ubuntu-22.04
suites:
- name: server
named_run_list: 'chef_server'
driver:
customize:
memory: 4096
verifier:
inspec_tests:
- test/integration/default
- test/integration/chef_server
attributes:
chef_software:
automate_admin_token: mIUYdbBD6U8a9wg3IAbXScEjiXs=
- name: automate
named_run_list: 'chef_automatev2'
driver:
customize:
memory: 4096
verifier:
inspec_tests:
- test/integration/default
- test/integration/chef_automate
attributes:
- name: supermarket
named_run_list: 'chef_supermarket'
verifier:
inspec_tests:
- test/integration/default
- test/integration/chef_supermarket
attributes: