-
-
Notifications
You must be signed in to change notification settings - Fork 123
/
kitchen.yml
134 lines (130 loc) · 3.26 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
driver:
name: vagrant
provisioner:
name: chef_infra
product_name: <%= ENV['CHEF_PRODUCT_NAME'] || 'chef' %>
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
chef_license: accept-no-persist
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: centos-stream-9
- name: debian-11
- name: debian-12
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04
suites:
- name: repository
run_list:
- recipe[test::repository]
- name: repository-10
run_list:
- recipe[test::repository]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/repository
- name: client_install
run_list:
- recipe[test::client_install]
- name: client_install-10
run_list:
- recipe[test::client_install]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/client_install
- name: client_distro_install
run_list:
- recipe[test::client_distro_install]
- name: server_install
run_list:
- recipe[test::server_install]
- name: server_install-10
run_list:
- recipe[test::server_install]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/server_install
- name: server_distro_install
run_list:
- recipe[test::server_distro_install]
- name: configuration
run_list:
- recipe[test::configuration]
- name: server_configuration
run_list:
- recipe[test::server_configuration]
- name: server_configuration_10
run_list:
- recipe[test::server_configuration]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/server_configuration
- name: resources
run_list:
- recipe[test::user_database]
- name: resources_10
run_list:
- recipe[test::user_database]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/resources
- name: replication
run_list:
- recipe[test::replication]
- name: replication_10
run_list:
- recipe[test::replication]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/replication
- name: datadir
run_list:
- recipe[test::datadir]
- name: datadir_10
run_list:
- recipe[test::datadir]
verifier:
inspec_tests:
- path: test/integration/datadir
- name: port
run_list:
- recipe[test::port]
- name: port_10
run_list:
- recipe[test::port]
verifier:
inspec_tests:
- path: test/integration/port
- name: galera_configuration
run_list:
- recipe[test::galera_configuration]
- name: galera_configuration_10
run_list:
- recipe[test::galera_configuration]
attributes:
mariadb_server_test_version: '10.11'
verifier:
inspec_tests:
- path: test/integration/galera_configuration