-
Notifications
You must be signed in to change notification settings - Fork 279
/
.kitchen.yml
119 lines (116 loc) · 2.54 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: centos-5.11
- name: centos-6.8
- name: centos-7.3
- name: windows-2008-r2
transport:
name: winrm
elevated: true
driver:
http_proxy: null
https_proxy: null
box: windows-2008r2
customize:
memory: 2048
attributes:
lsb:
codename: windows
- name: windows-2012-r2
transport:
name: winrm
elevated: true
driver:
http_proxy: null
https_proxy: null
box: mwrock/Windows2012R2
customize:
memory: 2048
attributes:
lsb:
codename: windows
suites:
- name: default
run_list:
- recipe[sensu-test::ensure_group]
- recipe[sensu::default]
- recipe[sensu-test::gem_lwrp]
- recipe[sensu-test::good_checks]
attributes:
sensu:
group: nogroup
- name: stack
run_list:
- recipe[sensu-test]
excludes:
- windows-2008-r2
- windows-2012-r2
- centos-5.11
- name: encrypted
run_list:
- recipe[sensu-test]
excludes:
- windows-2008-r2
- windows-2012-r2
- name: acls
run_list:
- recipe[sensu-test]
excludes:
- windows-2008-r2
- windows-2012-r2
- centos-5.11
attributes:
sensu:
rabbitmq:
user: sensu_client
- name: vault
run_list:
- recipe[sensu-test]
excludes:
- windows-2008-r2
- windows-2012-r2
- centos-5.11
attributes:
dev_mode: true
- name: asset
run_list:
- recipe[sensu-test::asset]
- name: enterprise
driver:
customize:
memory: 3072
attributes:
sensu_test:
enterprise_repo_user: <%= ENV['SENSU_ENTERPRISE_USER'] %>
enterprise_repo_pass: <%= ENV['SENSU_ENTERPRISE_PASS'] %>
sensu:
enterprise:
heap_dump_path: /var/cache/sensu-enterprise-nondefault
run_list:
- recipe[sensu-test::enterprise]
excludes:
- windows-2008-r2
- windows-2012-r2
- name: enterprise-dashboard
attributes:
sensu_test:
enterprise_repo_user: <%= ENV['SENSU_ENTERPRISE_USER'] %>
enterprise_repo_pass: <%= ENV['SENSU_ENTERPRISE_PASS'] %>
run_list:
- recipe[sensu-test::enterprise_dashboard]
excludes:
- windows-2008-r2
- windows-2012-r2
- name: run-state-helpers
run_list:
- recipe[sensu-test::run_state_helpers]
excludes:
- windows-2008-r2
- windows-2012-r2