-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathkitchen.yml
76 lines (72 loc) · 1.67 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
64
65
66
67
68
69
70
71
72
73
74
75
76
---
driver:
name: vagrant
provisioner:
name: chef_infra
multiple_converge: 2
enforce_idempotency: true
deprecations_as_errors: true
chef_license: accept-no-persist
product_name: <%= ENV['CHEF_PRODUCT_NAME'] || 'chef' %>
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
platforms:
- name: almalinux-8
- name: centos-7
- name: centos-stream-8
- name: debian-10
- name: debian-11
- name: fedora-latest
- name: rockylinux-8
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: ubuntu-22.04
verifier:
name: inspec
inspec_tests:
- path: test/integration/bind
suites:
- name: default
run_list:
- recipe[bind_test::disable_resolved]
- recipe[bind::default]
- name: resources
run_list:
- recipe[bind_test]
verifier:
inputs:
domain: ns1.example.org
host_string: "ns1.example.org has address 1.1.1.1"
- name: chroot
run_list:
- recipe[bind_test::chroot]
verifier:
inputs:
chroot: true
- name: views
run_list:
- recipe[bind_test::views]
verifier:
inputs:
views: true
- name: logging
run_list:
- recipe[bind_test::logging]
verifier:
inputs:
logging: true
- name: linked-zones
run_list:
- recipe[bind_test::linked_zones]
verifier:
inputs:
domain: ns1.example.net
host_string: "ns1.example.net has address 1.1.1.1"
linked: true
- name: zone-options
run_list:
- recipe[bind_test::zone_options]
verifier:
inputs:
domain: ns1.example.org
host_string: "ns1.example.org has address 1.1.1.1"