Merge "Add CentOS 8 and Puppet 6 in metadata"

This commit is contained in:
Zuul 2020-03-31 15:52:05 +00:00 committed by Gerrit Code Review
commit f20f701048
1 changed files with 11 additions and 1 deletions

View File

@ -46,7 +46,13 @@
{ {
"operatingsystem": "RedHat", "operatingsystem": "RedHat",
"operatingsystemrelease": [ "operatingsystemrelease": [
"7" "8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
] ]
}, },
{ {
@ -61,6 +67,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-watcher.git", "source": "git://github.com/openstack/puppet-watcher.git",