puppet-tripleo/metadata.json
Tobias Urdin 8315b01f33 Add openstacklib to requirements in metadata.json
There is a constraints in (atleast) Puppet 5 that to
use new ruby api functions the module must have a requirement
for the module that serves those functions.

Testing to add it here to resolve the openstacklib unknown function
bug that was introduced.

This constraints was dropped in Puppet 6.0.0.

Change-Id: Ie0c4c719befe854422ec1893f4f2dcba36fa7777
Related-Bug: 1802083
2018-11-07 13:50:17 +01:00

31 lines
935 B
JSON

{
"name": "openstack-tripleo",
"version": "10.1.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": "4.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["7"]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.12.0 < 5.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=14.0.0 <15.0.0" },
{ "name": "sensu/sensu" },
{ "name": "yelp/uchiwa" }
]
}