Merge "Add CentOS 8 and Puppet 6 in metadata"

This commit is contained in:
Zuul 2020-03-31 15:49:06 +00:00 committed by Gerrit Code Review
commit 4659f43676
1 changed files with 11 additions and 1 deletions

View File

@ -58,7 +58,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -73,6 +79,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-sahara.git",