Support CentOS 8 (#744)
This commit is contained in:
parent
64f92ed170
commit
cc4d7fa98c
3 changed files with 14 additions and 0 deletions
12
.kitchen.yml
12
.kitchen.yml
|
|
@ -123,6 +123,18 @@ 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 iproute python3-jmespath
|
||||
volume:
|
||||
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
|
||||
- /etc # This fixes certain java file actions that check the mount point. Without this adding users fails for some docker storage drivers
|
||||
run_command: "/usr/sbin/init"
|
||||
privileged: true
|
||||
use_sudo: false
|
||||
- name: amazonlinux-2
|
||||
driver_config:
|
||||
image: amazonlinux:2
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
|
|||
* Debian 9
|
||||
* Debian 10
|
||||
* CentOS 7
|
||||
* CentOS 8
|
||||
* Amazon Linux 2
|
||||
|
||||
The latest Elasticsearch versions of 7.x & 6.x are actively tested.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ OS:
|
|||
- debian-9
|
||||
- debian-10
|
||||
- centos-7
|
||||
- centos-8
|
||||
- amazonlinux-2
|
||||
TEST_TYPE:
|
||||
- oss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue