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