Skip to content

Commit

Permalink
Add freebsd to the test-kitchen build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Mar 17, 2016
1 parent b25b15e commit 753397b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
38 changes: 15 additions & 23 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,30 @@ provisioner:

platforms:
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: centos-7.2
run_list:
- recipe[yum::default]
- name: centos-6.7
run_list:
- recipe[yum::default]
- name: centos-5.11
run_list:
- recipe[yum::default]
- name: freebsd-10.2
run_list:
- recipe[freebsd::default]
- name: windows-2012r2
run_list:
- recipe[windows::default]

suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[yum::default]
- recipe[consul::default]
attributes:
consul:
Expand All @@ -26,12 +39,8 @@ suites:
server: true
datacenter: FortMeade
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==
excludes:
- windows-2012r2
- name: git
run_list:
- recipe[apt::default]
- recipe[yum::default]
- recipe[consul::default]
attributes:
consul:
Expand All @@ -42,8 +51,6 @@ suites:
- windows-2012r2
- name: webui
run_list:
- recipe[apt::default]
- recipe[yum::default]
- recipe[consul::default]
attributes:
consul:
Expand All @@ -53,8 +60,6 @@ suites:
ui: true
datacenter: FortMeade
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==
excludes:
- windows-2012r2
- name: acl
run_list:
- recipe[consul::default]
Expand All @@ -74,16 +79,3 @@ suites:
- centos-7.2
- centos-6.7
- centos-5.11
- name: zip
includes:
- windows-2012r2
run_list:
- recipe[consul::default]
attributes:
consul:
service_user: vagrant
config: *default-config
service:
nssm_params:
AppStdout: C:\foo\bar\out.log
AppStderr: C:\foo\bar\err.log
3 changes: 3 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ metadata
group :test, :integration do
cookbook 'consul_spec', path: 'test/cookbooks/consul_spec'
cookbook 'apt'
cookbook 'freebsd'
cookbook 'windows'
cookbook 'yum'
end

0 comments on commit 753397b

Please sign in to comment.