-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
kitchen.yml
82 lines (78 loc) · 1.64 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
77
78
79
80
81
82
---
driver:
name: vagrant
provisioner:
name: chef_infra
product_name: chef
deprecations_as_errors: true
enforce_idempotency: true
multiple_converge: 2
chef_license: accept-no-persist
attributes:
varnish:
backend_host: '127.0.0.10'
verifier:
name: inspec
platforms:
- name: almalinux-8
# - name: amazonlinux-2
- name: debian-10
- name: debian-11
- name: centos-7
- name: centos-stream-8
- name: fedora-latest
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: rockylinux-8
# - name: opensuse-leap-15
suites:
- name: varnish66
run_list:
- recipe[install_varnish::vendor_install]
attributes:
varnish:
major_version: 6.6
verifier:
inspec_tests:
- path: test/integration/varnish
inputs:
version: 6.6
excludes:
- debian-11
- name: varnish70
run_list:
- recipe[install_varnish::vendor_install]
attributes:
varnish:
major_version: 7.0
verifier:
inspec_tests:
- path: test/integration/varnish
inputs:
version: 7.0
- name: distro
run_list:
- recipe[install_varnish::distro_install]
attributes:
varnish:
configure:
repo:
action: :nothing
verifier:
inspec_tests:
- path: test/integration/varnish
inputs:
ncsa_format_string: true
- name: full_stack
run_list:
- recipe[install_varnish::full_stack]
attributes:
varnish:
configure:
repo:
action: :nothing
verifier:
inspec_tests:
- path: test/integration/varnish
inputs:
full_stack: true