-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy path.kitchen.yml
74 lines (69 loc) · 1.67 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
---
driver:
name: vagrant
linked_clone: true
provisioner:
name: chef_zero
encrypted_data_bag_secret_key_path: test/integration/tk_encrypted_data_bag_secret
data_bags_path: test/integration/data_bags
environments_path: test/environments
environment: kitchen
verifier:
name: inspec
platforms:
- name: ubuntu-15.04
attributes:
telegraf:
version: 1.4.1-1
- name: ubuntu-16.04
attributes:
telegraf:
version: 1.4.1-1
- name: centos-6.8
attributes:
telegraf:
version: 1.4.1-1
- name: centos-7.3
attributes:
telegraf:
version: 1.4.1-1
- name: windows-2012r2
driver_config:
box: tas50/windows_2012r2
attributes:
telegraf:
version: 1.4.1
- name: windows-2016
driver_config:
box: tas50/windows_2016
attributes:
telegraf:
version: 1.4.1
suites:
- name: default
run_list:
- recipe[telegraf::default]
attributes:
telegraf:
outputs:
influxdb:
urls:
- http://localhost:8086
database: telegraf
precision: s
- name: file
run_list:
- recipe[telegraf::default]
attributes:
telegraf:
install_type: file
shasums:
debian: f70ca532511a92e590eaf129ee816dd7cd8c0f7eeb62b41e1b8c8623334d6a8d
rhel: 76ae1248890b399c5964d254fc763587b60059ab45081e73d7cad805fa97615b
windows: 1cad74edb888bd7a3cde9461b7f0b4210942e967d3cdb3f416ce589e3c755080
outputs:
influxdb:
urls:
- http://localhost:8086
database: telegraf
precision: s