fuel-library/deployment/puppet/rabbitmq/spec
Bogdan Dobrelya f0ce9c4e4a Adjust rmq stats collector settings
The stats collector falls behind under
high load on the messaging system.
The suggested optimization is to increase
the stats polling and disable rates
processing in management UI:
rabbit.collect_statistics_interval=30000
rabbitmq_management.rates_mode=none.
The new hiera parameter rabbit_config_management_variables
may be used to override the rates_mode to other values.

Related upstream PR
https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/407

DocImpact
Closes-bug: #1510835

Change-Id: I9a3179a4f002064c9b6d2621a49bb0aa9aa707c7
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-10-28 14:57:48 +01:00
..
acceptance Adapt rabbitmq module for Fuel 2015-01-09 16:11:28 +01:00
classes Adjust rmq stats collector settings 2015-10-28 14:57:48 +01:00
unit Adapt rabbitmq module for Fuel 2015-01-09 16:11:28 +01:00
README.markdown Initial commit 2011-03-21 20:47:45 -07:00
spec_helper_acceptance.rb Adapt rabbitmq module for Fuel 2015-01-09 16:11:28 +01:00
spec_helper.rb Switch from duplicated files to using the puppetlabs_spec_helper gem for common tasks 2012-06-08 14:34:37 -07:00
spec.opts Initial commit 2011-03-21 20:47:45 -07:00

Specs

The Puppet project uses RSpec for testing.

For more information on RSpec, see http://rspec.info/