c9ee4d30d9
This is an import of the initial LMA PoC code. For now, it only covers the collection of logs (notifications will be added in a subsequent commit). There's been a bit of rewrite to: - decouple the Heka configuration from the LMA collector. - run the Heka service as non-root when possible (Ubuntu only for now due to file permission issues on CentOS [1]). - adapt to version 0.9 of Heka. [1] https://bugs.launchpad.net/fuel/+bug/1425954 Change-Id: I4472b49a25e18e06984b5b29bdce18f917137bc8
25 lines
737 B
JSON
25 lines
737 B
JSON
{
|
|
"name": "heka",
|
|
"version": "1.0.0",
|
|
"author": "Simon Pasquier <spasquier@mirantis.com>",
|
|
"summary": "Puppet Heka Module",
|
|
"license": "Apache License 2.0",
|
|
"source": "git://git.openstack.org/cgit/stackforge/fuel-plugin-lma-collector.git",
|
|
"project_page": "none",
|
|
"issues_url": "none",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": ["12.04", "14.04"]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": ["6"]
|
|
}
|
|
],
|
|
"description": "Puppet module for configuring Heka",
|
|
"dependencies": [
|
|
{"name": "puppetlabs/stdlib", "version_requirement": "4.x"}
|
|
]
|
|
}
|