
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
11 lines
397 B
Ruby
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'
|