]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
22cd1a636cb85b54ffddba602d5bf0fd416e4643
[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[accounts::default]
44       - recipe[blogs::default]
45   - name: clamav
46     run_list:
47       - recipe[clamav::default]
48   - name: devices
49     run_list:
50       - recipe[devices::default]
51   - name: dhcpd
52     run_list:
53       - recipe[dhcpd::default]
54     attributes:
55       dhcpd:
56         first_address: 172.18.100.1
57         last_address: 172.18.100.254
58       networking:
59         interfaces:
60           test:
61             interface: eth0
62             role: internal
63             address: 172.18.0.2
64             prefix: 16
65             gateway: 172.18.0.1
66         roles:
67           external:
68             zone: test
69   - name: dmca
70     run_list:
71       - recipe[dmca::default]
72     attributes:
73       apache:
74         mpm: prefork
75   - name: exim
76     run_list:
77       - recipe[exim::default]
78   - name: forum
79     run_list:
80       - recipe[accounts::default]
81       - role[forum]
82   - name: letsencrypt
83     run_list:
84       - recipe[accounts::default]
85       - recipe[apt::default]
86       - role[letsencrypt]
87     attributes:
88       apt:
89         sources:
90           - openstreetmap
91   - name: munin
92     run_list:
93       - recipe[munin::default]
94   - name: munin-server
95     run_list:
96       - recipe[munin::server]
97   - name: mysql
98     run_list:
99       - recipe[mysql::default]
100   - name: networking
101     run_list:
102       - recipe[networking::default]
103   - name: ntp
104     run_list:
105       - recipe[ntp::default]
106   - name: otrs
107     run_list:
108       - recipe[accounts::default]
109       - recipe[chef::default]
110       - role[otrs]
111   - name: python
112     run_list:
113       - recipe[python::default]
114   - name: spamassassin
115     run_list:
116       - recipe[spamassassin::default]
117   - name: tools
118     run_list:
119       - recipe[tools::default]