Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
rsyslog
Commits
5c03d84b
Commit
5c03d84b
authored
Oct 09, 2019
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand testing to the latest platformms
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
452afcbc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
37 deletions
+66
-37
.travis.yml
.travis.yml
+20
-12
chefignore
chefignore
+2
-16
kitchen.dokken.yml
kitchen.dokken.yml
+39
-7
kitchen.yml
kitchen.yml
+5
-2
No files found.
.travis.yml
View file @
5c03d84b
...
...
@@ -18,34 +18,42 @@ services: docker
env
:
matrix
:
-
INSTANCE=default-ubuntu-1404
-
INSTANCE=default-ubuntu-1604
-
INSTANCE=default-ubuntu-1804
-
INSTANCE=default-centos-6
-
INSTANCE=default-centos-7
-
INSTANCE=default-debian-8
-
INSTANCE=default-centos-8
-
INSTANCE=default-debian-9
-
INSTANCE=default-debian-10
-
INSTANCE=default-fedora-latest
-
INSTANCE=default-opensuse-leap
-
INSTANCE=input-file-resource-ubuntu-1404
-
INSTANCE=default-opensuse-leap-15
-
INSTANCE=input-file-resource-ubuntu-1604
-
INSTANCE=input-file-resource-ubuntu-1804
-
INSTANCE=input-file-resource-centos-6
-
INSTANCE=input-file-resource-centos-7
-
INSTANCE=input-file-resource-debian-8
-
INSTANCE=input-file-resource-centos-8
-
INSTANCE=input-file-resource-debian-9
-
INSTANCE=input-file-resource-debian-10
-
INSTANCE=input-file-resource-fedora-latest
-
INSTANCE=input-file-resource-opensuse-leap
-
INSTANCE=client-ubuntu-1404
-
INSTANCE=input-file-resource-opensuse-leap-15
-
INSTANCE=client-ubuntu-1604
-
INSTANCE=client-ubuntu-1804
-
INSTANCE=client-centos-6
-
INSTANCE=client-centos-7
-
INSTANCE=client-debian-8
-
INSTANCE=client-centos-8
-
INSTANCE=client-debian-9
-
INSTANCE=client-debian-10
-
INSTANCE=client-fedora-latest
-
INSTANCE=client-opensuse-leap
-
INSTANCE=server-ubuntu-1404
-
INSTANCE=client-opensuse-leap-15
-
INSTANCE=server-ubuntu-1604
-
INSTANCE=server-ubuntu-1804
-
INSTANCE=server-centos-6
-
INSTANCE=server-centos-7
-
INSTANCE=server-debian-8
-
INSTANCE=server-centos-8
-
INSTANCE=server-debian-9
-
INSTANCE=server-debian-10
-
INSTANCE=server-fedora-latest
-
INSTANCE=server-opensuse-leap
-
INSTANCE=server-opensuse-leap
-15
before_script
:
-
sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
...
...
chefignore
View file @
5c03d84b
...
...
@@ -45,22 +45,19 @@ a.out
# Testing #
###########
.watchr
.rspec
spec/*
spec/fixtures/*
test/*
features/*
examples/*
Guardfile
Procfile
kitchen*
.
kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
.codeclimate
.yml
appveyor
.yml
# SCM #
#######
...
...
@@ -93,14 +90,3 @@ CONTRIBUTING*
CHANGELOG*
TESTING*
# Strainer #
############
Colanderfile
Strainerfile
.colander
.strainer
# Vagrant #
###########
.vagrant
Vagrantfile
kitchen.dokken.yml
View file @
5c03d84b
...
...
@@ -20,6 +20,11 @@ platforms:
image
:
dokken/amazonlinux
pid_one_command
:
/sbin/init
-
name
:
amazonlinux-2
driver
:
image
:
dokken/amazonlinux-2
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
debian-8
driver
:
image
:
dokken/debian-8
...
...
@@ -34,6 +39,13 @@ platforms:
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
name
:
debian-10
driver
:
image
:
dokken/debian-10
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
name
:
centos-6
driver
:
image
:
dokken/centos-6
...
...
@@ -44,26 +56,46 @@ platforms:
image
:
dokken/centos-7
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
centos-8
driver
:
image
:
dokken/centos-8
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
oraclelinux-6
driver
:
image
:
dokken/oraclelinux-6
pid_one_command
:
/sbin/init
-
name
:
oraclelinux-7
driver
:
image
:
dokken/oraclelinux-7
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
oraclelinux-8
driver
:
image
:
dokken/oraclelinux-8
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
fedora-latest
driver
:
image
:
dokken/fedora-latest
pid_one_command
:
/usr/lib/systemd/systemd
-
name
:
ubuntu-1
4
.04
-
name
:
ubuntu-1
6
.04
driver
:
image
:
dokken/ubuntu-1
4
.04
pid_one_command
:
/
s
bin/
init
image
:
dokken/ubuntu-1
6
.04
pid_one_command
:
/bin/
systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
name
:
ubuntu-1
6
.04
-
name
:
ubuntu-1
8
.04
driver
:
image
:
dokken/ubuntu-1
6
.04
image
:
dokken/ubuntu-1
8
.04
pid_one_command
:
/bin/systemd
intermediate_instructions
:
-
RUN /usr/bin/apt-get update
-
name
:
opensuse-leap
-
name
:
opensuse-leap
-15
driver
:
image
:
dokken/opensuse-leap
image
:
dokken/opensuse-leap
-15
pid_one_command
:
/bin/systemd
kitchen.yml
View file @
5c03d84b
...
...
@@ -4,19 +4,22 @@ driver:
provisioner
:
name
:
chef_zero
deprecations_as_errors
:
true
chef_license
:
accept-no-persist
platforms
:
-
name
:
amazonlinux
driver_config
:
box
:
mvbcoding/awslinux
-
name
:
amazonlinux-2
-
name
:
centos-6
-
name
:
centos-7
-
name
:
centos-8
-
name
:
debian-9
-
name
:
debian-10
-
name
:
fedora-29
-
name
:
opensuse-leap-42
-
name
:
ubuntu-14.04
-
name
:
opensuse-leap-15
-
name
:
ubuntu-16.04
-
name
:
ubuntu-18.04
suites
:
-
name
:
default
...
...
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