-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.kitchen.yml
58 lines (54 loc) · 1.11 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
driver:
name: vagrant
provider: virtualbox
provisioner:
name: chef_zero
product_version: <%= ENV['CHEF_VERSION'] || 15 %>
chef_license: accept
verifier:
name: inspec
platforms:
- name: centos-7
driver:
box: bento/centos-7
- name: centos-8
driver:
box: bento/centos-8
- name: debian-8
driver:
box: bento/debian-8
- name: debian-9
driver:
box: bento/debian-9
- name: debian-10
driver:
box: bento/debian-10
- name: ubuntu-16.04
driver:
box: bento/ubuntu-16.04
- name: ubuntu-18.04
driver:
box: bento/ubuntu-18.04
- name: ubuntu-20.04
driver:
box: bento/ubuntu-20.04
- name: windows-2012r2
driver:
box: mwrock/Windows2012R2
suites:
- name: default
run_list:
- recipe[newrelic-infra::default]
attributes:
newrelic_infra:
delete_yaml_quotes: false
features:
host_integrations: ['nri-cassandra', 'nri-mysql', 'nri-redis', 'nri-nginx', 'nri-apache']
config:
license_key: abcd
host_integrations:
config:
cassandra:
username: test
password: kitchen
hosts: '["/"]'