forked from sous-chefs/zabbix-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
61 lines (57 loc) · 1.14 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
driver:
name: 'vagrant'
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.7
#- name: centos-7.2 # needs systemd support?
- name: debian-6.0.10
- name: debian-7.8
# planned for future tested support
#- name: freebsd-9.3
#- name: freebsd-10.1
#- name: fedora-20
#- name: fedora-21
#- name: opensuse-13.1
- name: windows-2012r2
driver_config:
communicator: winrm
box_url: https://wrock.blob.core.windows.net/vhds/vbox2012r2.box
customize:
usbehci: "off"
provisioner:
name: chef_zero
suites:
- name: default
excludes: windows-2012r2
run_list:
- "recipe[zabbix-agent]"
attributes:
- name: default_win
includes: windows-2012r2
run_list:
- "recipe[zabbix-agent]"
attributes:
zabbix:
agent:
user: vagrant
- name: source
excludes: windows-2012r2
run_list:
- "recipe[zabbix-agent]"
attributes:
zabbix:
agent:
install_method: "source"
- name: prebuild
excludes: windows-2012r2
run_list:
- "recipe[zabbix-agent]"
attributes:
zabbix:
agent:
install_method: "prebuild"