]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Specify raw device explicitly for vlan interfaces
[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: forum
32     run_list:
33       - recipe[accounts::default]
34       - role[forum]
35   - name: munin
36     run_list:
37       - recipe[munin::default]
38   - name: munin-server
39     run_list:
40       - recipe[munin::server]
41   - name: mysql
42     run_list:
43       - recipe[mysql::default]
44   - name: networking
45     run_list:
46       - recipe[networking::default]
47   - name: tools
48     run_list:
49       - recipe[tools::default]