-
Notifications
You must be signed in to change notification settings - Fork 423
/
.kitchen.dokken.yml
416 lines (385 loc) · 10.5 KB
/
.kitchen.dokken.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
chef_license: accept-no-persist
transport:
name: dokken
provisioner:
name: dokken
multiple_converge: 2
# this is an awful productivity killer,
# see rabbitmq/chef-cookbook#555
enforce_idempotency: false
# chef_log_level: debug
verifier:
name: inspec
root_path: '/opt/verifier'
sudo: false
platforms:
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
platform: suse
pid_one_command: /usr/lib/systemd/systemd
hostname: localhost
intermediate_instructions:
- RUN zypper -n install sudo lsof which openssl net-tools
- name: centos-stream-8
driver:
image: dokken/centos-stream-8
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
- name: centos-stream-9
driver:
image: dokken/centos-stream-9
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools libxcrypt-compat
- name: fedora-34
driver:
image: dokken/fedora-34
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf -y install sudo
- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
- name: amazonlinux-2022
driver:
image: dokken/amazonlinux-2022
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo lsof which systemd-sysv initscripts openssl net-tools
- name: ubuntu-21.04
driver:
image: dokken/ubuntu-21.04
pid_one_command: /bin/systemd
intermediate_instructions:
- ENV DEBIAN_FRONTEND noninteractive
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get upgrade -y
- RUN /usr/bin/apt-get install -y ca-certificates sudo apt-transport-https lsb-release procps net-tools
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
intermediate_instructions:
- ENV DEBIAN_FRONTEND noninteractive
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get upgrade -y
- RUN /usr/bin/apt-get install -y ca-certificates sudo apt-transport-https lsb-release procps net-tools
- name: debian-10
driver:
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- ENV DEBIAN_FRONTEND noninteractive
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get upgrade -y
- RUN /usr/bin/apt-get install -y ca-certificates sudo apt-transport-https lsb-release procps net-tools
- name: opensuse-leap
driver:
image: dokken/opensuse-leap
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN zypper --non-interactive install sudo
#
# Suites
#
suites:
- name: default-deb
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::plugins]
- recipe[rabbitmq::management_ui]
- recipe[rabbitmq::vhosts]
- recipe[rabbitmq::users]
- recipe[rabbitmq::policies]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
virtualhosts:
- vhost1
- vhost2
enabled_users:
- name: user1
password: user1-pwd
tag: management
rights:
- vhost: vhost1
read: ".*"
write: ".*"
conf: ".*"
- name: user2
password: user2-pwd
tag: management
rights:
- vhost: vhost2
read: ".*"
write: ".*"
conf: ".*"
policies:
mirroring:
pattern: "^mirrored\\."
params:
ha-mode: exactly
ha-params: 2
priority: 1
verifier:
inspec_tests:
- test/integration/default
includes: ["ubuntu-20.04", "debian-10"]
- name: management-plugin-deb
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::management_ui]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/management_plugin
includes: ["ubuntu-20.04"]
- name: system-limits-deb
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::systemd_limits]
- recipe[rabbitmq::plugins]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
systemd:
limits:
NOFILE: 54000
verifier:
inspec_tests:
- test/integration/limits
includes: ["ubuntu-20.04", "debian-10"]
- name: default-rpm
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::plugins]
attributes:
erlang:
install_method: "esl"
esl:
version: "24.1.7-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
includes: ["centos-stream-8"]
- name: default-modern-rpm
run_list:
- recipe[rabbitmq::erlang_package]
- recipe[rabbitmq::plugins]
attributes:
rabbitmq:
erlang:
enabled: true
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
includes: ["centos-stream-9", "centos-stream-8", "fedora-34", "amazonlinux-2022"]
- name: system-limits-rpm
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::systemd_limits]
- recipe[rabbitmq::plugins]
attributes:
erlang:
install_method: "esl"
esl:
version: "24.1.7-1"
rabbitmq:
version: "3.8.28"
systemd:
limits:
NOFILE: 54000
verifier:
inspec_tests:
- test/integration/limits
includes: ["centos-stream-8"]
- name: lwrps
run_list:
- recipe[erlang::default]
- recipe[rabbitmq_test::lwrps]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
- test/integration/lwrps
includes: ["ubuntu-20.04"]
- name: cluster-deb
run_list:
- recipe[erlang::default]
- recipe[rabbitmq_test::cluster]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
- test/integration/cluster
includes: ["ubuntu-20.04", "debian-10"]
- name: cluster-rpm
run_list:
- recipe[erlang::default]
- recipe[rabbitmq_test::cluster]
attributes:
erlang:
install_method: "esl"
esl:
version: "24.1.7-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
- test/integration/cluster
includes: ["centos-stream-8"]
- name: default-force-yes
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::default]
attributes:
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
attributes:
apt:
confd:
assume_yes: true
force-yes: true
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
includes: ["debian-10"]
- name: default-force-yes-false
run_list:
- recipe[erlang::default]
- recipe[rabbitmq::default]
attributes:
apt:
confd:
assume_yes: false
force-yes: false
erlang:
install_method: "esl"
esl:
version: "1:24.3.3-1"
rabbitmq:
version: "3.8.28"
verifier:
inspec_tests:
- test/integration/default
includes: ["debian-10"]
#
# Team RabbitMQ Erlang packages
#
# Latest Erlang package, Debian
- name: rabbitmq-erlang-latest-deb
run_list:
- recipe[rabbitmq::erlang_package]
- recipe[rabbitmq::default]
attributes:
# relies on node.rabbitmq.erlang.version default
# which is nil/"install latest"
rabbitmq:
erlang:
enabled: true
version: "3.8.28"
verifier:
inspec_tests:
- test/erlang_package/latest_deb
includes: ["debian-10", "ubuntu-20.04"]
# Erlang package, Debian, version pinning
- name: rabbitmq-erlang-pinned-deb
run_list:
- recipe[rabbitmq::erlang_package]
- recipe[rabbitmq::default]
attributes:
rabbitmq:
erlang:
enabled: true
version: "1:24.3.3-1"
version: "3.8.28"
verifier:
inspec_tests:
- test/erlang_package/pinned_deb
includes: ["debian-10", "ubuntu-20.04"]
# Latest Erlang package, RPM
- name: rabbitmq-erlang-latest-rpm
run_list:
- recipe[rabbitmq::erlang_package]
- recipe[rabbitmq::default]
attributes:
# relies on node.rabbitmq.erlang.version default
# which is nil/"install latest"
rabbitmq:
erlang:
version: "24.3.3"
enabled: true
version: "3.8.28"
verifier:
inspec_tests:
- test/erlang_package/latest_rpm
includes: ["fedora-34", "centos-stream-8", "amazonlinux-2022"]
# Latest Erlang package, RPM, openSUSE leap 15 repo
- name: rabbitmq-erlang-latest-suse
run_list:
- recipe[rabbitmq::erlang_package]
- recipe[rabbitmq::default]
attributes:
rabbitmq:
erlang:
enabled: true
zypper:
baseurl: https://download.opensuse.org/repositories/network:/messaging:/amqp/openSUSE_Leap_15.1/
version: "3.8.28"
verifier:
inspec_tests:
- test/erlang_package/latest_rpm
includes: ["opensuse-leap-15"]