fuel-plugin-lma-infrastruct.../deployment_scripts/puppet/modules/lma_infra_alerting/metadata.json

26 lines
871 B
JSON

{
"name": "lma_infra_alerting",
"version": "0.0.1",
"author": "Swann Croiset <scroiset@mirantis.com>",
"summary": "Puppet module for alerting system of LMA toolchain",
"license": "Apache-2.0",
"source": "https://git.openstack.org/cgit/openstack/fuel-plugin-infrastructure-alerting.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6"]
}
],
"description": "Puppet module for configuring Alerting systems of the LMA toolchain",
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": "4.x"},
{"name": "nagios", "version_requirement": ">= 0.0.1"}
]
}