.kitchen.yml 838 B

12345678910111213141516171819202122232425262728
  1. ---
  2. driver_plugin: vagrant
  3. driver_config:
  4. require_chef_omnibus: true
  5. platforms:
  6. - name: ubuntu-12.04
  7. driver_config:
  8. box: opscode-ubuntu-12.04
  9. box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.4.4.box
  10. - name: centos-6.4
  11. driver_config:
  12. box: opscode-centos-6.4
  13. box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_chef-11.4.4.box
  14. - name: debian-7.0-chef10
  15. driver_config:
  16. box: debian-7.0.0-chef_10.26.0-1-amd64
  17. box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_10.26.0-1-amd64.box
  18. - name: debian-7.0-chef11
  19. driver_config:
  20. box: debian-7.0.0-chef_11.4.4-2-amd64
  21. box_url: https://onddo-vm.s3.amazonaws.com/vagrant/debian-7.0.0-chef_11.4.4-2-amd64.box
  22. suites:
  23. - name: default
  24. run_list:
  25. - recipe[dovecot_test]
  26. attributes: {}