diff --git a/.kitchen.do.yml b/.kitchen.do.yml index 395db069..fbddd9c6 100644 --- a/.kitchen.do.yml +++ b/.kitchen.do.yml @@ -23,6 +23,9 @@ platforms: - name: centos-7 driver_config: image: centos-7-x64 +- name: centos-8 + driver_config: + image: centos-8-x64 - name: debian-9 driver_config: image: debian-9-x64 diff --git a/.kitchen.dokken.yml b/.kitchen.dokken.yml index fad09115..b704c65d 100644 --- a/.kitchen.dokken.yml +++ b/.kitchen.dokken.yml @@ -33,6 +33,10 @@ platforms: driver: 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: oracle-6 driver: image: oraclelinux:6 diff --git a/.kitchen.yml b/.kitchen.yml index 7ee6db26..b6098f99 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -11,6 +11,7 @@ platforms: box: bento/ubuntu-18.04 - name: centos-6 - name: centos-7 +- name: centos-8 - name: oracle-6 - name: oracle-7 - name: debian-9 diff --git a/.travis.yml b/.travis.yml index e1a72cc9..7c7c7c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - INSTANCE=centos-6 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.do.yml + - INSTANCE=centos-8 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=debian-10 KITCHEN_LOCAL_YAML=.kitchen.do.yml - INSTANCE=fedora-28 KITCHEN_LOCAL_YAML=.kitchen.do.yml @@ -27,6 +28,7 @@ env: - INSTANCE=centos-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=centos-7 CHEF_VERSION=14.13.11 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=centos-7 CHEF_VERSION=current KITCHEN_LOCAL_YAML=.kitchen.dokken.yml + - INSTANCE=centos-8 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=oracle-6 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=oracle-7 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml - INSTANCE=debian-9 KITCHEN_LOCAL_YAML=.kitchen.dokken.yml