-
Notifications
You must be signed in to change notification settings - Fork 6
/
.kitchen.dokken.yml
106 lines (93 loc) · 2.65 KB
/
.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
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
---
driver:
name: dokken
privileged: true
transport:
name: dokken
provisioner:
name: dokken
attributes:
apt:
confd:
install_recommends: false
packetbeat:
config:
output:
elasticsearch:
hosts: ["127.0.0.1:9200"]
platforms:
- name: ubuntu-14
driver:
image: ubuntu:14.04
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update -qq
- RUN /usr/bin/apt-get install -y net-tools apt-transport-https initscripts procps lsb-release curl gnupg
- name: ubuntu-16
driver:
image: ubuntu:16.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -qq
- RUN /usr/bin/apt-get install -y net-tools apt-transport-https initscripts procps lsb-release curl gnupg
- name: debian-8
driver:
image: debian:8.9
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update -qq
- RUN /usr/bin/apt-get install -y net-tools apt-transport-https initscripts procps lsb-release curl gnupg
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update -qq
- RUN /usr/bin/apt-get install -y net-tools apt-transport-https initscripts procps lsb-release curl gnupg
- name: centos-6
driver:
image: centos:6.9
pid_one_command: /sbin/init
platform: rhel
intermediate_instructions:
- RUN yum install -y net-tools initscripts which curl
- 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 curl
- name: fedora-26
driver:
image: fedora:26
pid_one_command: /usr/lib/systemd/systemd
platform: rhel
intermediate_instructions:
- RUN yum install -y net-tools initscripts systemd-sysv which lsof curl
- name: amazon
driver:
image: amazonlinux:2017.03
pid_one_command: /sbin/init
platform: amazon
intermediate_instructions:
- RUN yum install -y net-tools initscripts which
suites:
- name: chef12
driver:
chef_version: 12.21.4
run_list:
- recipe[packetbeat::default]
- name: chef13
driver:
chef_version: 13.3.42
run_list:
- recipe[packetbeat::default]
- name: chef13-preview
driver:
chef_version: 13.3.42
run_list:
- recipe[packetbeat::default]
attributes:
packetbeat:
version: 6.0.0-rc2