Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e4dabe

Browse files
author
jtimberman
committed
use provisioner-less baseboxes
1 parent a5dd114 commit 5e4dabe

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

.kitchen.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
---
22
driver_plugin: vagrant
33
platforms:
4+
- name: ubuntu-13.04
5+
driver_config:
6+
box: opscode-ubuntu-13.04
7+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-13.04_provisionerless.box
8+
require_chef_omnibus: true
9+
run_list: ["recipe[apt]"]
410
- name: ubuntu-12.10
511
driver_config:
6-
box: canonical-ubuntu-12.10
7-
box_url: http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box
8-
require_chef_omnibus: 11.4.0
12+
box: opscode-ubuntu-12.10
13+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.10_provisionerless.box
14+
require_chef_omnibus: true
915
run_list: ["recipe[apt]"]
1016
- name: ubuntu-12.04
1117
driver_config:
12-
box: canonical-ubuntu-12.04
13-
box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
14-
require_chef_omnibus: 11.4.0
18+
box: opscode-ubuntu-12.04
19+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
20+
require_chef_omnibus: true
1521
run_list: ["recipe[apt]"]
1622
- name: ubuntu-10.04
1723
driver_config:
1824
box: opscode-ubuntu-10.04
19-
box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
20-
require_chef_omnibus: 11.4.0
25+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
26+
require_chef_omnibus: true
2127
run_list: ["recipe[apt]"]
22-
- name: centos-5.8
28+
- name: centos-5.9
2329
driver_config:
24-
box: opscode-centos-5.8
25-
box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.8_chef-11.2.0.box
30+
box: opscode-centos-5.9
31+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
2632
require_chef_omnibus: 11.4.0
27-
- name: centos-6.3
33+
- name: centos-6.4
2834
driver_config:
29-
box: opscode-centos-6.3
30-
box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.3_chef-11.2.0.box
35+
box: opscode-centos-6.4
36+
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
3137
require_chef_omnibus: 11.4.0
3238
suites:
3339
- name: default

0 commit comments

Comments
 (0)