Add CentOS 8 and Puppet 6 in metadata

Change-Id: I4873336187f1322b4f67d8633d4847a9aec1b842
This commit is contained in:
Tobias Urdin 2020-03-30 09:17:41 +02:00
parent 8a21f3b5b5
commit 1bf03105f8
1 changed files with 11 additions and 1 deletions

View File

@ -54,7 +54,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -69,6 +75,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-ceilometer.git",