1ca336329b
This patch again updates metadata to support el8 instead of el7, which
was initially merged[1] but reverted because of failures in unit tests
caused by old puppet modules installed as dependencies.
This patch removes version cap for puppet-etcd and puppet-redis, so
that we can use their lastet verions compatible with el8.
[1] ff22e7c268
Related-Bug: #1872562
Change-Id: I3924d35fae48accb57186c1c5c0a3192bacccda6
31 lines
1016 B
JSON
31 lines
1016 B
JSON
{
|
|
"name": "openstack-tripleo",
|
|
"version": "12.2.0",
|
|
"author": "OpenStack Contributors",
|
|
"summary": "Puppet module for TripleO",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/openstack/puppet-tripleo.git",
|
|
"project_page": "https://launchpad.net/puppet-tripleo",
|
|
"issues_url": "https://bugs.launchpad.net/puppet-tripleo",
|
|
"description": "Installs and configures Tripleo.",
|
|
"requirements": [
|
|
{ "name": "puppet","version_requirement": "5.x" }
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["8"]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": ["8"]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 5.0.0 < 6.0.0" },
|
|
{ "name": "openstack/openstacklib", "version_requirement": ">=15.0.0 <16.0.0" },
|
|
{ "name": "sensu/sensu", "version_requirement": ">=3.0.0 <4.0.0" },
|
|
{ "name": "yelp/uchiwa", "version_requirement": ">=2.0.0 <3.0.0" }
|
|
]
|
|
}
|