forked from vkhatri/chef-packetbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.dokken.yml
44 lines (38 loc) · 943 Bytes
/
.kitchen.dokken.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
driver:
name: dokken
privileged: true
chef_version: current
transport:
name: dokken
provisioner:
name: dokken
platforms:
- name: ubuntu-14.04
driver:
image: ubuntu:14.04
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install -y net-tools apt-transport-https initscripts procps lsb-release
- name: centos-6.8
driver:
image: centos:6.8
platform: rhel
intermediate_instructions:
- RUN yum install -y net-tools initscripts which
- name: centos-7
driver:
image: centos:7
pid_one_command: /usr/lib/systemd/systemd
platform: rhel
intermediate_instructions:
- RUN yum install -y net-tools initscripts systemd-sysv which lsof
suites:
- name: default
run_list:
- recipe[packetbeat::default]
attributes:
packetbeat:
config:
output:
elasticsearch:
hosts: ["127.0.0.1:9200"]