From 1b6f921a2ae550c5cfb5148bd0f81061f5e295c0 Mon Sep 17 00:00:00 2001 From: David Swan Date: Fri, 8 Nov 2019 12:23:58 +0000 Subject: [PATCH] (FM-8673) - Support added for CentOS 8 --- metadata.json | 3 ++- provision.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index b1c132f..24b523a 100644 --- a/metadata.json +++ b/metadata.json @@ -28,7 +28,8 @@ "operatingsystemrelease": [ "5", "6", - "7" + "7", + "8" ] }, { diff --git a/provision.yaml b/provision.yaml index ffb394c..e4acbf4 100644 --- a/provision.yaml +++ b/provision.yaml @@ -13,4 +13,4 @@ vagrant: images: ['centos/7', 'generic/ubuntu1804'] release_checks: provisioner: vmpooler - images: ['redhat-5-x86_64', 'redhat-6-x86_64', 'redhat-7-x86_64', 'redhat-8-x86_64', 'centos-5-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'oracle-6-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'sles-11-x86_64', 'sles-12-x86_64', 'sles-15-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64'] + images: ['redhat-5-x86_64', 'redhat-6-x86_64', 'redhat-7-x86_64', 'redhat-8-x86_64', 'centos-5-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'centos-8-x86_64', 'oracle-6-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'sles-11-x86_64', 'sles-12-x86_64', 'sles-15-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64'] -- 2.45.2