summaryrefslogtreecommitdiff
path: root/.kitchen.yml
blob: ed49eb3e57c4cf3528d0077498e2e6713676c0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
driver:
  name: vagrant
  forward_agent: yes
  customize:
    cpus: 4
    memory: 4096
  synced_folders:
    - ['.', '/home/vagrant/chef']

provisioner:
  name: chef_zero
  require_chef_omnibus: 12.0.0.rc.1

platforms:
  - name: centos-5.10
    run_list:
  - name: centos-6.5
    run_list:
  - name: debian-7.2.0
    run_list:
  - name: debian-7.4
    run_list:
  - name: debian-6.0.8
    run_list:
  - name: freebsd-9.2
    run_list:
  - name: freebsd-10.0
    run_list:
  - name: ubuntu-10.04
    run_list:
  - name: ubuntu-12.04
    run_list:
  - name: ubuntu-12.10
    run_list:
  - name: ubuntu-13.04
    run_list:
  - name: ubuntu-13.10
    run_list:
  - name: ubuntu-14.04
    run_list:
  # The following boxes are shared via VagrantCloud. Until kitchen-vagrant
  # is updated you'll need to add the box manually:
  #
  #   vagrant box add chef/windows-8.1-professional
  #
  # Please note this may require a `vagrant login` if the box is private.
  #
  # The following boxes are VMware only also. You can enable VMware Fusion
  # as the default provider by copying `.kitchen.local.yml.vmware.example`
  # over to `.kitchen.local.yml`.
  #
  - name: macosx-10.8
    driver:
      box: chef/macosx-10.8 # private
  - name: macosx-10.9
    driver:
      box: chef/macosx-10.9 # private
  - name: macosx-10.10
    driver:
      box: chef/macosx-10.10 # private
  # - name: windows-7-professional
  #   provisioner:
  #     name: windows_chef_zero
  #     require_chef_omnibus: 11.12.4
  #   driver:
  #     box: chef/windows-7-professional # private
  # - name: windows-8.1-professional
  #   provisioner:
  #     name: windows_chef_zero
  #     require_chef_omnibus: 11.12.4
  #   driver:
  #     box: chef/windows-8.1-professional # private
  # - name: windows-2008r2-standard
  #   provisioner:
  #     name: windows_chef_zero
  #     require_chef_omnibus: 11.12.4
  #   driver:
  #     box: chef/windows-server-2008r2-standard # private

suites:
  - name: chef
    run_list: