Add CentOS 8 and Puppet 6 in metadata
Change-Id: I4873336187f1322b4f67d8633d4847a9aec1b842
This commit is contained in:
parent
8a21f3b5b5
commit
1bf03105f8
@ -54,7 +54,13 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"7"
|
"8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"operatingsystem": "CentOS",
|
||||||
|
"operatingsystemrelease": [
|
||||||
|
"8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -69,6 +75,10 @@
|
|||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": "5.x"
|
"version_requirement": "5.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "puppet",
|
||||||
|
"version_requirement": "6.x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": "git://github.com/openstack/puppet-ceilometer.git",
|
"source": "git://github.com/openstack/puppet-ceilometer.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user