Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to .kitchen.yml for testing #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 45 additions & 8 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,55 @@
---
driver:
driver:
name: vagrant

driver_config:
require_chef_omnibus: true

provisioner:
name: chef_zero
require_chef_omnibus: true
client_rb:
audit_mode: :disabled

platforms:
- name: ubuntu-12.04
- name: centos-6.5
- name: debian7
driver:
box: 'chef/debian7'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.2.0_chef-provisionerless.box

- name: debian8
driver:
box: 'chef/debian8'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.2_chef-provisionerless.box

- name: ubuntu12
driver:
box: 'chef/ubuntu-12.04'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box

- name: ubuntu14
driver:
box: 'chef/ubuntu-14.04'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box

- name: ubuntu15
driver:
box: 'chef/ubuntu-15.04'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-15.04_chef-provisionerless.box

- name: centos6
driver:
box: 'chef/centos-6.7'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box

- name: centos7
driver:
box: 'chef/centos-7.1'
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box


suites:
- name: default
- name: host
run_list:
- recipe[kvm::host]
- name: guest
run_list:
- recipe[kvm]
- recipe[kvm::guest]