]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
9f87919ba3e6b7871a4ea8e7819c7407abf118e0
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: dokken
4   chef_version: 14
5
6 transport:
7   name: dokken
8
9 provisioner:
10   name: dokken
11   data_bags_path: test/data_bags
12
13 verifier:
14   root_path: /opt/verifier
15   sudo: false
16
17 platforms:
18   - name: ubuntu-18.04
19     driver:
20       image: dokken/ubuntu-18.04
21       privileged: true
22       pid_one_command: /bin/systemd
23       intermediate_instructions:
24         - RUN /usr/bin/apt-get update -y
25
26 suites:
27   - name: accounts
28     run_list:
29       - recipe[accounts::default]
30   - name: apache
31     run_list:
32       - recipe[apache::default]
33   - name: apt
34     run_list:
35       - recipe[apt::default]
36   - name: bind
37     run_list:
38       - recipe[bind::default]
39     attributes:
40       bind:
41         clients: none
42   - name: blog
43     run_list:
44       - recipe[blog::default]
45   - name: blogs
46     run_list:
47       - recipe[blogs::default]
48   - name: civicrm
49     run_list:
50       - recipe[civicrm::default]
51   - name: clamav
52     run_list:
53       - recipe[clamav::default]
54   - name: devices
55     run_list:
56       - recipe[devices::default]
57   - name: dhcpd
58     run_list:
59       - recipe[dhcpd::default]
60     attributes:
61       dhcpd:
62         first_address: 172.18.100.1
63         last_address: 172.18.100.254
64       networking:
65         interfaces:
66           test:
67             interface: eth0
68             role: internal
69             address: 172.18.0.2
70             prefix: 16
71             gateway: 172.18.0.1
72         roles:
73           external:
74             zone: test
75   - name: dmca
76     run_list:
77       - recipe[dmca::default]
78   - name: donate
79     run_list:
80       - recipe[donate::default]
81   - name: exim
82     run_list:
83       - recipe[exim::default]
84   - name: fail2ban
85     run_list:
86       - recipe[fail2ban::default]
87   - name: forum
88     run_list:
89       - recipe[forum::default]
90   - name: ftp
91     run_list:
92       - recipe[ftp::default]
93   - name: geodns
94     run_list:
95       - recipe[geodns::default]
96     attributes:
97       networking:
98         interfaces:
99           test:
100             role: external
101             address: 172.18.0.2
102   - name: geoipupdate
103     run_list:
104       - recipe[geoipupdate::default]
105   - name: gps-tile
106     run_list:
107       - recipe[gps-tile::default]
108   - name: incron
109     run_list:
110       - recipe[incron::default]
111   - name: letsencrypt
112     run_list:
113       - recipe[letsencrypt::default]
114     attributes:
115       apt:
116         sources:
117           - openstreetmap
118   - name: mailman
119     run_list:
120       - recipe[mailman::default]
121   - name: memcached
122     run_list:
123       - recipe[memcached::default]
124   - name: munin
125     run_list:
126       - recipe[munin::default]
127   - name: munin-plugins
128     run_list:
129       - recipe[munin::plugins]
130   - name: munin-server
131     run_list:
132       - recipe[munin::server]
133   - name: mysql
134     run_list:
135       - recipe[mysql::default]
136   - name: networking
137     run_list:
138       - recipe[networking::default]
139   - name: nginx
140     run_list:
141       - recipe[nginx::default]
142   - name: nodejs
143     run_list:
144       - recipe[nodejs::default]
145   - name: ntp
146     run_list:
147       - recipe[ntp::default]
148   - name: openssh
149     run_list:
150       - recipe[openssh::default]
151   - name: osmosis
152     run_list:
153       - recipe[osmosis::default]
154   - name: osqa
155     run_list:
156       - recipe[osqa::default]
157   - name: otrs
158     run_list:
159       - recipe[otrs::default]
160   - name: passenger
161     run_list:
162       - recipe[passenger::default]
163   - name: piwik
164     run_list:
165       - recipe[piwik::default]
166   - name: planet
167     run_list:
168       - recipe[planet::default]
169   - name: planet-dump
170     run_list:
171       - recipe[planet::dump]
172   - name: planet-notes
173     run_list:
174       - recipe[planet::notes]
175     attributes:
176       web:
177         readonly_database_host: readonly
178   - name: planet-replication
179     run_list:
180       - recipe[planet::replication]
181     attributes:
182       web:
183         readonly_database_host: readonly
184   - name: postgresql
185     run_list:
186       - recipe[postgresql::default]
187     attributes:
188       postgresql:
189         versions:
190           - 10
191   - name: python
192     run_list:
193       - recipe[python::default]
194   - name: rsyncd
195     run_list:
196       - recipe[rsyncd::default]
197   - name: serverinfo
198     run_list:
199       - recipe[serverinfo::default]
200   - name: spamassassin
201     run_list:
202       - recipe[spamassassin::default]
203   - name: squid
204     run_list:
205       - recipe[squid::default]
206   - name: stateofthemap
207     run_list:
208       - recipe[stateofthemap::default]
209   - name: switch2osm
210     run_list:
211       - recipe[switch2osm::default]
212   - name: taginfo
213     run_list:
214       - recipe[taginfo::default]
215     attributes:
216       taginfo:
217         sites:
218           - name: taginfo.example.com
219   - name: tilecache
220     run_list:
221       - recipe[tilecache::default]
222   - name: tools
223     run_list:
224       - recipe[tools::default]
225   - name: trac
226     run_list:
227       - recipe[trac::default]
228   - name: web-backend
229     run_list:
230       - recipe[web::backend]
231   - name: web-cgimap
232     run_list:
233       - recipe[web::cgimap]
234   - name: web-frontend
235     run_list:
236       - recipe[web::frontend]
237   - name: web-rails
238     run_list:
239       - recipe[web::rails]