]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
0f9e0f7a1d348f93de2e834b3a51daa3217960eb
[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: exim
49     run_list:
50       - recipe[exim::default]
51   - name: forum
52     run_list:
53       - recipe[accounts::default]
54       - role[forum]
55   - name: letsencrypt
56     run_list:
57       - recipe[accounts::default]
58       - recipe[apt::default]
59       - role[letsencrypt]
60     attributes:
61       apt:
62         sources:
63           - openstreetmap
64   - name: munin
65     run_list:
66       - recipe[munin::default]
67   - name: munin-server
68     run_list:
69       - recipe[munin::server]
70   - name: mysql
71     run_list:
72       - recipe[mysql::default]
73   - name: networking
74     run_list:
75       - recipe[networking::default]
76   - name: ntp
77     run_list:
78       - recipe[ntp::default]
79   - name: otrs
80     run_list:
81       - recipe[accounts::default]
82       - recipe[chef::default]
83       - role[otrs]
84   - name: python
85     run_list:
86       - recipe[python::default]
87   - name: spamassassin
88     run_list:
89       - recipe[spamassassin::default]
90   - name: tools
91     run_list:
92       - recipe[tools::default]