]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Update blogs to use planet.ini
[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-16.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: apache-ssl
23     run_list:
24       - recipe[apache::ssl]
25   - name: apt
26     run_list:
27       - recipe[apt::default]
28   - name: bind
29     run_list:
30       - recipe[bind::default]
31   - name: blogs
32     run_list:
33       - recipe[accounts::default]
34       - recipe[blogs::default]
35   - name: forum
36     run_list:
37       - recipe[accounts::default]
38       - role[forum]
39   - name: munin
40     run_list:
41       - recipe[munin::default]
42   - name: munin-server
43     run_list:
44       - recipe[munin::server]
45   - name: mysql
46     run_list:
47       - recipe[mysql::default]
48   - name: networking
49     run_list:
50       - recipe[networking::default]
51   - name: otrs
52     run_list:
53       - recipe[accounts::default]
54       - recipe[chef::default]
55       - role[otrs]
56   - name: tools
57     run_list:
58       - recipe[tools::default]