fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/influxdb/metadata.json

26 lines
839 B
JSON

{
"name": "influxdb",
"version": "1.0.0",
"author": "Guillaume Thouvenin <gthouvenin@mirantis.com>",
"summary": "Install and configure InfluxDB",
"license": "Apache-2.0",
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-influxdb-grafana.git",
"project_page": "none",
"issues_url": "none",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6"]
}
],
"description": "Puppet module for installing and configuring InfluxDB",
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": "4.x"},
{"name": "puppetlabs/inifile", "version_requirement": ">= 1.0.0"}
]
}