Skip to content

Commit 178327a

Browse files
authored
Merge pull request #1254 from david22swan/FM-8677
(FM-8677) - Support added for CentOS 8
2 parents 86d7f6a + f501ac9 commit 178327a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"operatingsystemrelease": [
3333
"5",
3434
"6",
35-
"7"
35+
"7",
36+
"8"
3637
]
3738
},
3839
{

provision.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ vagrant:
1616
images: ['centos/7', 'generic/ubuntu1804']
1717
release_checks:
1818
provisioner: vmpooler
19-
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-5-x86_64', 'oracle-6-x86_64', 'oracle-7-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', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
19+
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-5-x86_64', 'oracle-6-x86_64', 'oracle-7-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', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']

0 commit comments

Comments
 (0)