Add CentOS 8 and Puppet 6 in metadata

Change-Id: I599ce96c2158e47514653b998e5989397fc8a2c5
This commit is contained in:
Tobias Urdin 2020-03-30 09:29:23 +02:00
parent 413f46a089
commit ecda81e34f
1 changed files with 11 additions and 1 deletions

View File

@ -70,7 +70,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -85,6 +91,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-nova.git",