Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
rsyslog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
mirror
rsyslog
Commits
a16ac2d9
Commit
a16ac2d9
authored
Jan 16, 2018
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use dokken images in dokken config
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
0e963671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
66 deletions
+21
-66
.kitchen.dokken.yml
.kitchen.dokken.yml
+21
-66
No files found.
.kitchen.dokken.yml
View file @
a16ac2d9
driver
:
name
:
dokken
privileged
:
true
# because Docker and SystemD/Upstart
chef_version
:
current
chef_version
:
<%= ENV['CHEF_VERSION'] || 'current' %>
transport
:
name
:
dokken
...
...
@@ -14,107 +14,62 @@ verifier:
name
:
inspec
platforms
:
-
name
:
amazonlinux
driver
:
image
:
dokken/amazonlinux
pid_one_command
:
/sbin/init
-
name
:
debian-7
driver
:
image
:
d
ebian:
7
image
:
d
okken/debian-
7
pid_one_command
:
/sbin/init
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
-
name
:
debian-8
driver
:
image
:
debian:8
image
:
dokken/debian-8
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
name
:
debian-9
driver
:
image
:
dokken/debian-9
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
-
name
:
centos-6
driver
:
image
:
centos:6
platform
:
rhel
image
:
dokken/centos-6
pid_one_command
:
/sbin/init
intermediate_instructions
:
-
RUN yum -y install lsof which initscripts net-tools wget net-tools
-
name
:
centos-7
driver
:
image
:
centos:7
platform
:
rhel
image
:
dokken/centos-7
pid_one_command
:
/usr/lib/systemd/systemd
intermediate_instructions
:
-
RUN yum -y install lsof which systemd-sysv initscripts wget net-tools
-
name
:
fedora-latest
driver
:
image
:
fedora:
latest
image
:
dokken/fedora-
latest
pid_one_command
:
/usr/lib/systemd/systemd
intermediate_instructions
:
-
RUN dnf -y install which systemd-sysv initscripts wget net-tools
-
name
:
ubuntu-14.04
driver
:
image
:
ubuntu-upstart:
14.04
image
:
dokken/ubuntu-
14.04
pid_one_command
:
/sbin/init
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
-
name
:
ubuntu-16.04
driver
:
image
:
ubuntu:
16.04
image
:
dokken/ubuntu-
16.04
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
RUN /usr/bin/apt-get install apt-transport-https lsb-release procps net-tools -y
-
name
:
opensuse-leap
driver
:
image
:
opensuse:
leap
image
:
dokken/opensuse-
leap
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN zypper --non-interactive install aaa_base perl-Getopt-Long-Descriptive which net-tools
suites
:
-
name
:
default
run_list
:
-
recipe[rsyslog::default]
-
name
:
relp
run_list
:
-
recipe[rsyslog::client]
attributes
:
rsyslog
:
use_relp
:
true
custom_remote
:
-
server
:
10.0.0.45
logs
:
auth.*,mail.*
port
:
555
protocol
:
udp
-
server
:
10.1.1.33
logs
:
authpriv.*,cron.*,daemon.*
port
:
654
protocol
:
tcp
remote_template
:
RSYSLOG_SyslogProtocol23Format
-
name
:
client
run_list
:
-
recipe[rsyslog_test::client]
attributes
:
rsyslog
:
server_ip
:
10.0.0.50
custom_remote
:
-
server
:
10.0.0.45
logs
:
auth.*,mail.*
port
:
555
protocol
:
udp
-
server
:
10.1.1.33
logs
:
authpriv.*,cron.*,daemon.*
port
:
654
protocol
:
tcp
remote_template
:
RSYSLOG_SyslogProtocol23Format
-
name
:
server
run_list
:
-
recipe[rsyslog_test::server]
-
name
:
input_file_provider
run_list
:
-
recipe[rsyslog_test::input_file_provider]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment