Support ubuntu-20 (#745)
This commit is contained in:
parent
1357e109c0
commit
e4920b0da4
4 changed files with 14 additions and 0 deletions
11
.kitchen.yml
11
.kitchen.yml
|
|
@ -66,6 +66,17 @@ platforms:
|
|||
- <%=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: "/sbin/init"
|
||||
- name: ubuntu-20.04
|
||||
driver_config:
|
||||
image: ubuntu:20.04
|
||||
privileged: true
|
||||
provision_command:
|
||||
- apt-get update -q && apt-get install -y -q ansible gpg iproute2 python3-jmespath
|
||||
use_sudo: false
|
||||
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: "/sbin/init"
|
||||
- name: debian-8
|
||||
driver_config:
|
||||
image: debian:8
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
|
|||
* Ubuntu 14.04
|
||||
* Ubuntu 16.04
|
||||
* Ubuntu 18.04
|
||||
* Ubuntu 20.04
|
||||
* Debian 8
|
||||
* Debian 9
|
||||
* Debian 10
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ OS:
|
|||
- ubuntu-1404
|
||||
- ubuntu-1604
|
||||
- ubuntu-1804
|
||||
- ubuntu-2004
|
||||
- debian-8
|
||||
- debian-9
|
||||
- debian-10
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ OS:
|
|||
- ubuntu-1404
|
||||
- ubuntu-1604
|
||||
- ubuntu-1804
|
||||
- ubuntu-2004
|
||||
- debian-8
|
||||
- debian-9
|
||||
- debian-10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue