forked from evilmartians/chef-prometheus-exporters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.vagrant.yml
52 lines (48 loc) · 971 Bytes
/
.kitchen.vagrant.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
---
driver:
name: vagrant
provisioner:
name: chef_zero
chef_license: accept
verifier:
name: inspec
inspec_tests:
- path: test/integration/default
platforms:
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: ubuntu-16.04
- name: ubuntu-18.04
suites:
- name: chef-14
run_list:
- recipe[testrig]
provisioner:
product_name: chef
product_version: 14
attributes:
prometheus_exporters:
node:
collectors_disabled: ["wifi"]
- name: chef-15
run_list:
- recipe[testrig]
provisioner:
product_name: chef
product_version: 15
attributes:
prometheus_exporters:
node:
collectors_disabled: ["wifi"]
- name: chef-16
run_list:
- recipe[testrig]
provisioner:
product_name: chef
product_version: 16
attributes:
prometheus_exporters:
node:
collectors_disabled: ["wifi"]