forked from treasure-data/omnibus-td-agent
-
Notifications
You must be signed in to change notification settings - Fork 50
/
.kitchen.yml
44 lines (41 loc) · 976 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
driver:
name: vagrant
forward_agent: yes
customize:
cpus: 2
memory: 4096
synced_folders:
- ['.', '/home/vagrant/omnibus-td-agent']
provisioner:
name: chef_zero
require_chef_omnibus: 12.4.1
platforms:
- 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
suites:
- name: default
run_list: omnibus::default
attributes:
omnibus:
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/omnibus-td-agent