diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-13 14:23:44 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:47:27 -0800 |
commit | 221131fa38d77fd3e1cd914fba4dde73b749b78b (patch) | |
tree | 45b1c54bfe16ac60d6a2e131a4b1c2baafe31fc0 /.kitchen.yml | |
parent | 3a26043bcd362f600aacb19bb106c4c9cba899a3 (diff) | |
download | chef-221131fa38d77fd3e1cd914fba4dde73b749b78b.tar.gz |
Basic test for audit mode.
Diffstat (limited to '.kitchen.yml')
-rw-r--r-- | .kitchen.yml | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/.kitchen.yml b/.kitchen.yml new file mode 100644 index 0000000000..c9be1b56e7 --- /dev/null +++ b/.kitchen.yml @@ -0,0 +1,84 @@ +driver: + name: vagrant + forward_agent: yes + customize: + cpus: 4 + memory: 4096 + synced_folders: + - ['.', '/home/vagrant/chef'] + - ['../ohai', '/home/vagrant/ohai'] + - ['../triager', '/home/vagrant/triager'] + +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: |