]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Merge pull request #267 from Firefishy/apt-source-disable
[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
16 platforms:
17   - name: ubuntu-18.04
18     driver:
19       image: dokken/ubuntu-18.04
20       privileged: true
21       pid_one_command: /bin/systemd
22       intermediate_instructions:
23         - RUN /usr/bin/apt-get update -y
24
25 suites:
26   - name: accounts
27     run_list:
28       - recipe[accounts::default]
29   - name: apache
30     run_list:
31       - recipe[apache::default]
32   - name: apt
33     run_list:
34       - recipe[apt::default]
35   - name: bind
36     run_list:
37       - recipe[bind::default]
38     attributes:
39       bind:
40         clients: none
41   - name: blogs
42     run_list:
43       - recipe[blogs::default]
44   - name: clamav
45     run_list:
46       - recipe[clamav::default]
47   - name: devices
48     run_list:
49       - recipe[devices::default]
50   - name: dhcpd
51     run_list:
52       - recipe[dhcpd::default]
53     attributes:
54       dhcpd:
55         first_address: 172.18.100.1
56         last_address: 172.18.100.254
57       networking:
58         interfaces:
59           test:
60             interface: eth0
61             role: internal
62             address: 172.18.0.2
63             prefix: 16
64             gateway: 172.18.0.1
65         roles:
66           external:
67             zone: test
68   - name: dmca
69     run_list:
70       - recipe[dmca::default]
71     attributes:
72       apache:
73         mpm: prefork
74   - name: donate
75     run_list:
76       - recipe[donate::default]
77     attributes:
78       apache:
79         mpm: prefork
80   - name: exim
81     run_list:
82       - recipe[exim::default]
83   - name: fail2ban
84     run_list:
85       - recipe[fail2ban::default]
86   - name: forum
87     run_list:
88       - recipe[forum::default]
89     attributes:
90       apache:
91         mpm: prefork
92   - name: incron
93     run_list:
94       - recipe[incron::default]
95   - name: letsencrypt
96     run_list:
97       - recipe[letsencrypt::default]
98     attributes:
99       apt:
100         sources:
101           - openstreetmap
102   - name: memcached
103     run_list:
104       - recipe[memcached::default]
105   - name: munin
106     run_list:
107       - recipe[munin::default]
108   - name: munin-plugins
109     run_list:
110       - recipe[munin::plugins]
111   - name: munin-server
112     run_list:
113       - recipe[munin::server]
114   - name: mysql
115     run_list:
116       - recipe[mysql::default]
117   - name: networking
118     run_list:
119       - recipe[networking::default]
120   - name: nginx
121     run_list:
122       - recipe[nginx::default]
123     attributes:
124       networking:
125         nameservers:
126           - 127.0.0.1
127   - name: nodejs
128     run_list:
129       - recipe[nodejs::default]
130   - name: ntp
131     run_list:
132       - recipe[ntp::default]
133   - name: openssh
134     run_list:
135       - recipe[openssh::default]
136   - name: osmosis
137     run_list:
138       - recipe[osmosis::default]
139   - name: otrs
140     run_list:
141       - recipe[otrs::default]
142   - name: planet
143     run_list:
144       - recipe[planet::default]
145   - name: planet-dump
146     run_list:
147       - recipe[planet::dump]
148   - name: planet-notes
149     run_list:
150       - recipe[planet::notes]
151     attributes:
152       web:
153         readonly_database_host: readonly
154   - name: planet-replication
155     run_list:
156       - recipe[planet::replication]
157     attributes:
158       web:
159         readonly_database_host: readonly
160   - name: python
161     run_list:
162       - recipe[python::default]
163   - name: spamassassin
164     run_list:
165       - recipe[spamassassin::default]
166   - name: squid
167     run_list:
168       - recipe[squid::default]
169   - name: tools
170     run_list:
171       - recipe[tools::default]