]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Drop redundant apache-ssl test
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: vagrant
4   provision: true
5   vagrantfiles:
6     - .kitchen.provision.rb
7
8 provisioner:
9   name: chef_zero
10   data_bags_path: test/data_bags
11
12 platforms:
13   - name: ubuntu-18.04
14
15 suites:
16   - name: accounts
17     run_list:
18       - recipe[accounts::default]
19   - name: apache
20     run_list:
21       - recipe[apache::default]
22   - name: apt
23     run_list:
24       - recipe[apt::default]
25   - name: bind
26     run_list:
27       - recipe[bind::default]
28   - name: blogs
29     run_list:
30       - recipe[accounts::default]
31       - recipe[blogs::default]
32   - name: forum
33     run_list:
34       - recipe[accounts::default]
35       - role[forum]
36   - name: letsencrypt
37     run_list:
38       - recipe[accounts::default]
39       - recipe[apt::default]
40       - role[letsencrypt]
41     attributes:
42       apt:
43         sources:
44           - openstreetmap
45   - name: munin
46     run_list:
47       - recipe[munin::default]
48   - name: munin-server
49     run_list:
50       - recipe[munin::server]
51   - name: mysql
52     run_list:
53       - recipe[mysql::default]
54   - name: networking
55     run_list:
56       - recipe[networking::default]
57   - name: otrs
58     run_list:
59       - recipe[accounts::default]
60       - recipe[chef::default]
61       - role[otrs]
62   - name: python
63     run_list:
64       - recipe[python::default]
65   - name: tools
66     run_list:
67       - recipe[tools::default]