Skip to content

Commit 92368eb

Browse files
author
Patrick Meier
committed
Merge pull request #26 from TelekomLabs/kitchen-yml
update kitchen tests for vagrant
2 parents 868d165 + ee7abd3 commit 92368eb

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.kitchen.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ platforms:
1313
box: opscode-ubuntu-12.04
1414
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
1515

16+
- name: ubuntu-14.04
17+
driver_config:
18+
box: opscode-ubuntu-14.04
19+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
20+
1621
- name: centos-6.4
1722
driver_config:
1823
box: opscode-centos-6.4
@@ -28,15 +33,17 @@ platforms:
2833
box: oracle-6.4
2934
box_url: https://dl.dropbox.com/sh/yim9oyqajopoiqs/G-XIEmQJMb/oracle64-64.box
3035

31-
- name: debian-squezze-6
36+
- name: debian-6
3237
driver_config:
33-
box: debian-squezze-6
34-
box_url: http://public.sphax3d.org/vagrant/squeeze64.box
38+
box: debian-6
39+
# source: https://github.com/ffuenf/vagrant-boxes
40+
box_url: https://googledrive.com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs/debian-6.0.9-amd64_virtualbox.box
3541

36-
- name: debian-wheezy-7
42+
- name: debian-7
3743
driver_config:
38-
box: debian-wheezy-7
39-
box_url: https://dl.dropboxusercontent.com/s/cd583cuf0mbcix7/debian-wheezy-64-chef.box
44+
box: debian-7
45+
# source: https://github.com/ffuenf/vagrant-boxes
46+
box_url: https://googledrive.com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U/debian-7.5.0-amd64_virtualbox.box
4047

4148
suites:
4249
- name: default

0 commit comments

Comments
 (0)