fuel-plugin-lma-collector/deployment_scripts/puppet/modules/fuel_lma_collector/metadata.json

25 lines
852 B
JSON

{
"name": "mirantis-fuel_lma_collector",
"version": "1.0.0",
"author": "Simon Pasquier <spasquier@mirantis.com>",
"summary": "Puppet Fuel LMA Collector Module",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/openstack/fuel-plugin-lma-collector.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
}
],
"requirements": [
{"name": "puppet", "version_requirement": "3.x"}
],
"description": "Puppet module for configuring the LMA collector service in a Fuel deployment",
"dependencies": [
{"name": "mirantis/lma_collector", "version_requirement": "1.x"},
{"name": "puppetlabs/stdlib", "version_requirement": "4.x"}
]
}