forked from express42/zabbix_lwrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
98 lines (88 loc) · 2 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
driver:
name: vagrant
provisioner:
name: chef_zero
data_bags_path: test/fixtures/data_bags
require_chef_omnibus: 12
platforms:
- name: ubuntu-14.04
driver:
box: bento/ubuntu-14.04
- name: ubuntu-16.04
driver:
box: bento/ubuntu-16.04
- name: centos-7.3
driver:
box: bento/centos-7.3
- name: centos-6.7
driver:
box: bento/centos-6.7
- name: windows-2012r2
driver:
provider: virtualbox
box: opentable/win-2012r2-standard-amd64-nocm
network:
- ["private_network", {ip: "192.168.33.33"}]
verifier:
name: inspec
inspec_tests:
- path: test/integration/inspec
suites:
- name: zabbix-agent
run_list:
- recipe[chef-client::config]
- recipe[chef-client::windows_service]
- recipe[chef-client::delete_validation]
- recipe[zabbix_lwrp::repository]
- recipe[zabbix_lwrp::agent_win]
- name: zabbix24-mysql
run_list:
- recipe[zabbix_lwrp_test::zabbix24_mysql]
excludes:
- windows-2012r2
- ubuntu-16.04
verifier:
attributes:
db: mysql
- name: zabbix24-postgresql
run_list:
- recipe[zabbix_lwrp_test::zabbix24_postgresql]
excludes:
- windows-2012r2
- ubuntu-16.04
verifier:
attributes:
db: postgresql
- name: zabbix30-mysql
run_list:
- recipe[zabbix_lwrp_test::zabbix30_mysql]
excludes:
- windows-2012r2
verifier:
attributes:
db: mysql
- name: zabbix30-postgresql
run_list:
- recipe[zabbix_lwrp_test::zabbix30_postgresql]
excludes:
- windows-2012r2
verifier:
attributes:
db: postgresql
- name: zabbix32-mysql
run_list:
- recipe[zabbix_lwrp_test::zabbix32_mysql]
excludes:
- windows-2012r2
verifier:
attributes:
db: mysql
- name: zabbix32-postgresql
run_list:
- recipe[zabbix_lwrp_test::zabbix32_postgresql]
excludes:
- windows-2012r2
verifier:
attributes:
db: postgresql