fuel-plugin-lma-collector/deployment_scripts/puppet/modules/heka
Simon Pasquier 6f2f48fe00 Avoid Heka shutdown when the AMQP server dies
When the connection to the RabbitMQ server dies, Heka 0.10 will exit.
This commit changes the configuration of the AMQP plugins to avoid this
behavior. The drawback is that Heka won't try to restart the AMQP
plugins but this has to be fixed in Heka itself [1].

[1] https://github.com/mozilla-services/heka/issues/1757

Change-Id: Ibe778ade1e585dcb4ff9ca7b4ef8765a6f098744
Partial-Bug: #1503251
2015-10-08 15:57:19 +02:00
..
manifests Avoid Heka shutdown when the AMQP server dies 2015-10-08 15:57:19 +02:00
spec Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00
templates Avoid Heka shutdown when the AMQP server dies 2015-10-08 15:57:19 +02:00
tests Add Apache license headers to Puppet manifests 2015-04-20 15:21:17 +02:00
.fixtures.yml Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00
.gitignore Fixes bundler working directory path 2015-09-23 11:33:58 +02:00
Gemfile Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00
LICENSE Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
README.md Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
Rakefile Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00
metadata.json Add initial tests for the Puppet modules 2015-08-17 12:08:13 +02:00

README.md

Heka module for Puppet

Description

Puppet module for configuring Heka.

Usage

To deploy the Heka service on a host.

# Configure the base heka service
class {'heka':
}

Limitations

This module supports only Fuel-based deployments using Neutron.

License

Licensed under the terms of the Apache License, version 2.0.

Limitations

None

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Simon Pasquier, spasquier@mirantis.com

Support

See the Contact section.