459451a100
Renamed data_bag from mon_persister to monasca_persister Also, renamed attributes to appropriate names from the refactor of removing the persister. Removed attributes no longer used as well Use the monasca group instead of the persister group so /var/log/monasca can be reused between components Change the credential databag from mon_credentials to just credentials Change-Id: I5bc564ae3763ff05a44cbdc05a4550d627b4b7d2
12 lines
461 B
Ruby
12 lines
461 B
Ruby
# encoding: UTF-8#
|
|
#
|
|
node.default[:monasca_persister][:user] = 'persister'
|
|
node.default[:monasca_persister][:group] = 'monasca'
|
|
node.default[:monasca_persister][:data_bag] = 'monasca_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'
|