.kitchen.yml 807 B

123456789101112131415161718192021222324252627
  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_provisionerless.box
  10. - name: ubuntu-10.04
  11. driver_config:
  12. box: opscode-ubuntu-10.04
  13. box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
  14. - name: centos-6.4
  15. driver_config:
  16. box: opscode-centos-6.4
  17. box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
  18. - name: centos-5.9
  19. driver_config:
  20. box: opscode-centos-5.9
  21. box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
  22. suites:
  23. - name: default
  24. run_list: ["recipe[pkgng]"]
  25. attributes: {}