Skip to content

Commit

Permalink
Update kitchen file from latest omnibus
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Feb 11, 2016
1 parent 30c0c2c commit b9534b1
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions .kitchen.yml
@@ -1,34 +1,44 @@
driver:
name: vagrant
forward_agent: yes
customize:
cpus: 2
memory: 4096
synced_folders:
- ['.', '/home/vagrant/td-agent']
#vagrantfile_erb: Vagrantfile.erb
- ['.', '/home/vagrant/omnibus-td-agent']

provisioner:
require_chef_omnibus: 11.16.4
name: chef_zero
require_chef_omnibus: 12.4.1

platforms:
# converge failed on 14.04 because libcurl4-gnutls-dev causes an error.
- name: centos-7.1
run_list: yum-epel::default
- name: centos-6.6
run_list: yum-epel::default
- name: centos-5.11
run_list: yum-epel::default
- name: debian-7.8
run_list: apt::default
- name: debian-6.0.10
run_list: apt::default
- name: freebsd-10.1
run_list: freebsd::portsnap
- name: freebsd-9.3
run_list:
- freebsd::portsnap
- freebsd::pkgng
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-10.04
run_list: apt::default
- name: centos-5.10
run_list: yum-epel::default
- name: centos-6.5
run_list: yum-epel::default

suites:
- name: default
run_list: omnibus::default
attributes:
omnibus:
build_user: vagrant
build_dir: /home/vagrant/td-agent
install_dir: /opt/td-agent
ruby_version: 2.1.2
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/omnibus-td-agent

0 comments on commit b9534b1

Please sign in to comment.