29 lines
864 B
YAML
29 lines
864 B
YAML
|
---
|
||
|
driver_plugin: vagrant
|
||
|
platforms:
|
||
|
- name: ubuntu-12.04
|
||
|
driver_config:
|
||
|
box: opscode-ubuntu-12.04
|
||
|
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-12.04.box
|
||
|
- name: ubuntu-10.04
|
||
|
driver_config:
|
||
|
box: opscode-ubuntu-10.04
|
||
|
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-10.04.box
|
||
|
- name: centos-6.4
|
||
|
driver_config:
|
||
|
box: opscode-centos-6.4
|
||
|
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-centos-6.3.box
|
||
|
- name: centos-5.8
|
||
|
driver_config:
|
||
|
box: opscode-centos-5.8
|
||
|
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-centos-5.8.box
|
||
|
suites:
|
||
|
- name: default
|
||
|
run_list:
|
||
|
- recipe[omnibus_updater_test::default]
|
||
|
- recipe[minitest-handler]
|
||
|
- name: upgrade
|
||
|
run_list:
|
||
|
- recipe[omnibus_updater_test::version_upgrade]
|
||
|
- recipe[minitest-handler]
|