Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Support CentOS-8 #115

Merged
merged 3 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ platforms:
run_command: "/usr/sbin/init"
privileged: true
use_sudo: false
- name: centos-8
driver_config:
image: centos:8
provision_command:
- yum -y install epel-release
- yum -y install ansible
run_command: "/usr/sbin/init"
privileged: true
use_sudo: false
- name: amazonlinux-2
driver_config:
image: amazonlinux:2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This role provides a generic means of installing Elastic supported Beats
* Debian 9
* CentOS 6
* CentOS 7
* CentOS 8
* Amazon Linux 2

## Usage
Expand Down
1 change: 1 addition & 0 deletions test/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ OS:
- debian-9
- centos-6
- centos-7
- centos-8
- amazonlinux-2
TEST_TYPE:
- standard
Expand Down