Files
cookbook-monasca-persister/attributes/default.rb
Craig Bryant d22a345b65 Get initial build to work.
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, and Strainerfile.

Fixed style errors.

Added empty unit test so chef-unit passes until we get real unit tests.

Change-Id: I7e34f46e56e14aa9897b7f7fcad545e9c723412c
2014-07-16 18:10:46 -06:00

11 lines
397 B
Ruby

# encoding: UTF-8#
#
node.default[:mon_persister][:group] = 'persister'
node.default[:mon_persister][:data_bag] = 'mon_persister'
# Sysctl settings
# This style is picked up by the sysctl cookbook in HP Cloud basenode
node.default[:sysctl]['net.core.rmem_max'] = '16777216'
# This style is used by the sysctl community cookbook
node.default[:sysctl][:params][:net][:core][:rmem_max] = '16777216'