forked from cswingler/nxlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
127 lines (120 loc) · 2.87 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
120
121
122
123
124
125
126
127
---
driver:
name: vagrant
<% if ENV['TEAMCITY'] == '1' %>
synced_folders:
- ['.junit', '/.junit']
<% end %>
driver_config:
customize:
memory: 2048
cpus: 4
provisioner:
name: chef_solo
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: debian-6.0.10
run_list:
- recipe[apt::default]
- name: debian-7.8
run_list:
- recipe[apt::default]
- name: centos-6.6
run_list:
- recipe[yum::default]
- name: centos-7.0
run_list:
- recipe[yum::default]
- name: opentable/win-2008r2-standard-amd64-nocm
os_type: windows
shell_type: powershell
run_list:
- recipe[windows::default]
transport:
name: winrm
- name: opentable/win-2012r2-standard-amd64-nocm
os_type: windows
shell_type: powershell
run_list:
- recipe[windows::default]
transport:
name: winrm
suites:
- name: lwrp_resources
run_list:
- recipe[test::kitchen_log_file]
attributes:
- name: attribute_resources_linux
run_list:
- recipe[test::kitchen_log_file_attrs]
excludes:
- opentable/win-2012r2-standard-amd64-nocm
- opentable/win-2008r2-standard-amd64-nocm
attributes:
nxlog:
destinations:
test:
file: /var/log/nxlog/test.log
test_2:
file: /var/log/nxlog/test2.log
default: true
test_om_file_2:
file: /var/log/nxlog/mark3.log
papertrails:
papertrail:
port: 17992
host: logs2
default: true
sources:
mark:
input_module: im_mark
mark_interval: 1
mark: -> -> MARK <- <-
destination:
- test
- :defaults
- name: attribute_resources_windows
run_list:
- recipe[test::kitchen_log_file_attrs]
includes:
- opentable/win-2012r2-standard-amd64-nocm
- opentable/win-2008r2-standard-amd64-nocm
attributes:
nxlog:
destinations:
test:
file: c:/windows/temp/test.log
test_2:
file: c:/windows/temp/test2.log
default: true
test_om_file_2:
file: c:/windows/temp/mark3.log
papertrails:
papertrail:
port: 17992
host: logs2
default: true
sources:
mark:
input_module: im_mark
mark_interval: 1
mark: -> -> MARK <- <-
destination:
- test
- :defaults
- name: syslog
run_list:
- recipe[test::kitchen_syslog]
excludes:
- opentable/win-2012r2-standard-amd64-nocm
- opentable/win-2008r2-standard-amd64-nocm
attributes:
nxlog:
syslog:
destinations: ['test']