Add CentOS 8 and Puppet 6 in metadata

Change-Id: I0d36b9f28a678ddb84380819357279dee0b2ce8d
This commit is contained in:
Tobias Urdin 2020-03-29 16:07:08 +02:00
parent 428cb0a266
commit 8c842f9bfb
1 changed files with 11 additions and 1 deletions

View File

@ -50,7 +50,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -65,6 +71,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-aodh.git",