]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Quiet HP DL360 G6 fan speed car alarm
[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       - role[letsencrypt]
98     attributes:
99       apt:
100         sources:
101           - openstreetmap
102   - name: memcached
103     run_list:
104       - recipe[munin::default]
105       - recipe[memcached::default]
106   - name: munin
107     run_list:
108       - recipe[munin::default]
109   - name: munin-server
110     run_list:
111       - recipe[munin::server]
112   - name: mysql
113     run_list:
114       - recipe[mysql::default]
115   - name: networking
116     run_list:
117       - recipe[networking::default]
118   - name: nginx
119     run_list:
120       - recipe[munin::default]
121       - recipe[nginx::default]
122     attributes:
123       networking:
124         nameservers:
125           - 127.0.0.1
126   - name: nodejs
127     run_list:
128       - recipe[nodejs::default]
129   - name: ntp
130     run_list:
131       - recipe[ntp::default]
132   - name: openssh
133     run_list:
134       - recipe[openssh::default]
135   - name: osmosis
136     run_list:
137       - recipe[osmosis::default]
138   - name: otrs
139     run_list:
140       - recipe[otrs::default]
141   - name: planet
142     run_list:
143       - recipe[planet::default]
144   - name: planet-dump
145     run_list:
146       - recipe[planet::dump]
147   - name: planet-notes
148     run_list:
149       - recipe[planet::notes]
150     attributes:
151       web:
152         readonly_database_host: readonly
153   - name: planet-replication
154     run_list:
155       - recipe[planet::replication]
156     attributes:
157       web:
158         readonly_database_host: readonly
159   - name: python
160     run_list:
161       - recipe[python::default]
162   - name: spamassassin
163     run_list:
164       - recipe[spamassassin::default]
165   - name: squid
166     run_list:
167       - recipe[squid::default]
168   - name: tools
169     run_list:
170       - recipe[tools::default]