Add CentOS 8 and Puppet 6 in metadata

Change-Id: I757c71c6da3deb4393cf5bac2d0b3d57f578a041
This commit is contained in:
Tobias Urdin 2020-03-30 09:37:57 +02:00
parent e272e9f5a8
commit e0eb3ef4cb
1 changed files with 11 additions and 1 deletions

View File

@ -42,7 +42,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -57,6 +63,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-tempest.git",