From 9031696cc3fe4df62dbec57ac383ca6198eb98e1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 8 Sep 2015 13:50:10 -0700 Subject: [PATCH] Update platforms --- .kitchen.yml | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 8a8cce9..1f4a1ac 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,28 +1,24 @@ ---- -driver_plugin: vagrant -driver_config: - require_chef_omnibus: true +driver: + name: vagrant provisioner: - data_path: test/shared + name: chef_zero platforms: -- name: ubuntu-12.04 - run_list: - - recipe[apt] - -- name: ubuntu-14.04 - run_list: - - recipe[apt] - -- name: centos-6.5 -- name: centos-5.10 -- name: omnios-r151014 - driver: - box: omnios-r151014 - box_url: http://omnios.omniti.com/media/omnios-r151014.box - run_list: - - recipe[fake::omnios] + - name: centos-6.7 + - name: centos-7.1 + - name: ubuntu-12.04 + run_list: + - recipe[apt::default] + - name: ubuntu-14.04 + run_list: + - recipe[apt::default] + - name: omnios-r151014 + driver: + box: omnios-r151014 + box_url: http://omnios.omniti.com/media/omnios-r151014.box + run_list: + - recipe[fake::omnios] suites: - name: default