Add CentOS 8 and Puppet 6 in metadata

Change-Id: I64ff6a260b8520a7f3e28cd7be058a84371d5c94
This commit is contained in:
Tobias Urdin 2020-03-30 09:18:54 +02:00
parent 7fb0d9b767
commit 0c9a21df83
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-cinder.git",