]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Drop incron support
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: dokken
4   chef_version: 18
5   volumes:
6     - /var/lib/docker
7   env:
8     - container=dokken
9
10 transport:
11   name: dokken
12
13 provisioner:
14   name: dokken
15   chef_license: accept
16   data_bags_path: test/data_bags
17   slow_resource_report: true
18
19 verifier:
20   root_path: /opt/verifier
21   sudo: false
22
23 platforms:
24   - name: ubuntu-20.04
25     driver:
26       image: dokken/ubuntu-20.04
27       privileged: true
28       pid_one_command: /bin/systemd
29       intermediate_instructions:
30         - RUN /usr/bin/apt-get update -y
31   - name: ubuntu-22.04
32     driver:
33       image: dokken/ubuntu-22.04
34       privileged: true
35       pid_one_command: /bin/systemd
36       intermediate_instructions:
37         - RUN /usr/bin/apt-get update -y
38   - name: debian-11
39     driver:
40       image: dokken/debian-11
41       privileged: true
42       pid_one_command: /bin/systemd
43       intermediate_instructions:
44         - RUN /usr/bin/apt-get update -y
45
46 suites:
47   - name: accounts
48     run_list:
49       - recipe[accounts::default]
50   - name: apache
51     run_list:
52       - recipe[apache::default]
53   - name: apt
54     run_list:
55       - recipe[apt::default]
56   - name: backup
57     run_list:
58       - recipe[backup::default]
59   - name: bind
60     run_list:
61       - recipe[bind::default]
62     attributes:
63       bind:
64         clients: none
65   - name: blog
66     run_list:
67       - recipe[blog::default]
68   - name: blogs
69     run_list:
70       - recipe[blogs::default]
71   - name: civicrm
72     run_list:
73       - recipe[civicrm::default]
74   - name: clamav
75     run_list:
76       - recipe[clamav::default]
77   - name: community
78     run_list:
79       - recipe[community::default]
80   - name: db-backup
81     run_list:
82       - recipe[db::backup]
83   - name: db-base
84     run_list:
85       - recipe[db::base]
86   - name: db-master
87     run_list:
88       - recipe[db::master]
89   - name: db-slave
90     run_list:
91       - recipe[db::slave]
92   - name: devices
93     run_list:
94       - recipe[devices::default]
95   - name: dhcpd
96     run_list:
97       - recipe[dhcpd::default]
98     attributes:
99       dhcpd:
100         first_address: 172.18.100.1
101         last_address: 172.18.100.254
102       networking:
103         interfaces:
104           test:
105             interface: eth0
106             role: internal
107             inet:
108               address: 172.18.0.2
109               prefix: 16
110               gateway: 172.18.0.1
111         roles:
112           external:
113             zone: test
114   - name: dmca
115     run_list:
116       - recipe[dmca::default]
117   - name: dns
118     run_list:
119       - recipe[dns::default]
120   - name: docker
121     run_list:
122       - recipe[docker::default]
123   - name: donate
124     run_list:
125       - recipe[donate::default]
126   - name: elasticsearch
127     run_list:
128       - recipe[elasticsearch::default]
129   - name: exim
130     run_list:
131       - recipe[exim::default]
132   - name: fail2ban
133     run_list:
134       - recipe[fail2ban::default]
135   - name: foundation-board
136     run_list:
137       - recipe[foundation::board]
138   - name: foundation-dwg
139     run_list:
140       - recipe[foundation::dwg]
141   - name: foundation-mwg
142     run_list:
143       - recipe[foundation::mwg]
144   - name: foundation-owg
145     run_list:
146       - recipe[foundation::owg]
147   - name: foundation-welcome
148     run_list:
149       - recipe[foundation::welcome]
150   - name: foundation-wiki
151     run_list:
152       - recipe[foundation::wiki]
153   - name: ftp
154     run_list:
155       - recipe[ftp::default]
156   - name: geodns
157     run_list:
158       - recipe[geodns::default]
159     attributes:
160       networking:
161         interfaces:
162           test:
163             role: external
164             inet:
165               address: 172.18.0.2
166               prefix: 16
167   - name: geoipupdate
168     run_list:
169       - recipe[geoipupdate::default]
170   - name: git
171     run_list:
172       - recipe[git::default]
173   - name: git-server
174     run_list:
175       - recipe[git::server]
176   - name: git-web
177     run_list:
178       - recipe[git::web]
179   - name: gps-tile
180     run_list:
181       - recipe[gps-tile::default]
182   - name: hardware
183     run_list:
184       - recipe[hardware::default]
185   - name: hot
186     run_list:
187       - recipe[hot::default]
188   - name: irc
189     run_list:
190       - recipe[irc::default]
191   - name: kibana
192     run_list:
193       - recipe[kibana::default]
194   - name: letsencrypt
195     run_list:
196       - recipe[letsencrypt::default]
197   - name: logstash
198     run_list:
199       - recipe[logstash::default]
200   - name: logstash-forwarder
201     run_list:
202       - recipe[logstash::forwarder]
203     attributes:
204       logstash:
205         forwarder:
206           filebeat.inputs:
207             - type: filestream
208               id: apache
209               paths:
210                 - /var/log/apache2/access.log
211               fields:
212                 type: apache
213               fields_under_root: true
214   - name: mail
215     run_list:
216       - role[mail]
217   - name: mailman
218     run_list:
219       - recipe[mailman::default]
220   - name: matomo
221     run_list:
222       - recipe[matomo::default]
223   - name: memcached
224     run_list:
225       - recipe[memcached::default]
226   - name: munin
227     run_list:
228       - recipe[munin::default]
229   - name: munin-plugins
230     run_list:
231       - recipe[munin::plugins]
232   - name: munin-server
233     run_list:
234       - recipe[munin::server]
235   - name: mysql
236     run_list:
237       - recipe[mysql::default]
238   - name: networking
239     run_list:
240       - recipe[networking::default]
241   - name: nginx
242     run_list:
243       - recipe[nginx::default]
244   - name: nodejs
245     run_list:
246       - recipe[nodejs::default]
247   - name: nominatim
248     run_list:
249       - recipe[nominatim::default]
250   - name: ntp
251     run_list:
252       - recipe[ntp::default]
253   - name: openssh
254     run_list:
255       - recipe[openssh::default]
256   - name: osmosis
257     run_list:
258       - recipe[osmosis::default]
259   - name: osqa
260     run_list:
261       - recipe[osqa::default]
262   - name: otrs
263     run_list:
264       - recipe[otrs::default]
265   - name: overpass
266     run_list:
267       - recipe[overpass::default]
268   - name: passenger
269     run_list:
270       - recipe[passenger::default]
271   - name: php
272     run_list:
273       - recipe[php::default]
274   - name: php-apache
275     run_list:
276       - recipe[php::apache]
277   - name: php-fpm
278     run_list:
279       - recipe[php::fpm]
280   - name: planet
281     run_list:
282       - recipe[planet::default]
283   - name: planet-current
284     run_list:
285       - recipe[planet::current]
286   - name: planet-dump
287     run_list:
288       - recipe[planet::dump]
289   - name: planet-notes
290     run_list:
291       - recipe[planet::notes]
292     attributes:
293       web:
294         readonly_database_host: readonly
295   - name: planet-replication
296     run_list:
297       - recipe[planet::replication]
298     attributes:
299       web:
300         readonly_database_host: readonly
301   - name: postgresql
302     run_list:
303       - recipe[postgresql::default]
304     attributes:
305       postgresql:
306         versions:
307           - 15
308   - name: prometheus
309     run_list:
310       - recipe[prometheus::default]
311     attributes:
312       networking:
313         interfaces:
314           test:
315             interface: eth0
316             role: internal
317             inet:
318               address: 172.18.0.2
319               prefix: 16
320               gateway: 172.18.0.1
321   - name: prometheus-server
322     run_list:
323       - recipe[prometheus::server]
324     attributes:
325       prometheus:
326         promscale: true
327   - name: python
328     run_list:
329       - recipe[python::default]
330   - name: rsyncd
331     run_list:
332       - recipe[rsyncd::default]
333   - name: serverinfo
334     run_list:
335       - recipe[serverinfo::default]
336   - name: snmpd
337     run_list:
338       - recipe[snmpd::default]
339   - name: spamassassin
340     run_list:
341       - recipe[spamassassin::default]
342   - name: ssl
343     run_list:
344       - recipe[ssl::default]
345   - name: stateofthemap-container
346     run_list:
347       - recipe[stateofthemap::container]
348   - name: stateofthemap-wordpress
349     run_list:
350       - recipe[stateofthemap::wordpress]
351   - name: subversion
352     run_list:
353       - recipe[subversion::default]
354   - name: supybot
355     run_list:
356       - recipe[supybot::default]
357   - name: switch2osm
358     run_list:
359       - recipe[switch2osm::default]
360   - name: sysctl
361     run_list:
362       - recipe[sysctl::default]
363   - name: sysfs
364     run_list:
365       - recipe[sysfs::default]
366   - name: taginfo
367     run_list:
368       - recipe[taginfo::default]
369     attributes:
370       taginfo:
371         sites:
372           - name: taginfo.example.com
373   - name: tile
374     run_list:
375       - recipe[tile::default]
376   - name: tilelog
377     run_list:
378       - recipe[tilelog::default]
379   - name: timescaledb
380     run_list:
381       - recipe[timescaledb::default]
382   - name: tools
383     run_list:
384       - recipe[tools::default]
385   - name: trac
386     run_list:
387       - recipe[trac::default]
388   - name: web-cgimap
389     run_list:
390       - recipe[web::cgimap]
391   - name: web-frontend
392     run_list:
393       - recipe[web::frontend]
394   - name: web-rails
395     run_list:
396       - recipe[web::rails]
397   - name: wiki
398     run_list:
399       - recipe[wiki::default]
400   - name: wordpress
401     run_list:
402       - recipe[wordpress::default]