Move max_offset_lag to the kafka section

Change-Id: Iacdbd66e9c5534061bd2a768c97b7b39eafb2255
This commit is contained in:
Tim Kuhlman 2014-08-19 11:28:07 -06:00
parent aa40f33af9
commit 2553a6209e
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ maintainer_email 'hpcs-mon@hp.com'
license 'All rights reserved'
description 'Installs/Configures monasca_notification'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.18'
version '0.1.19'
depends 'python'

View File

@ -3,6 +3,7 @@ kafka:
group: <%= node[:monasca_notification][:group] %>
alarm_topic: <%= @hosts['kafka']['alarm_topic'] %>
notification_topic: <%= @hosts['kafka']['notification_topic'] %>
max_offset_lag: 600 # In seconds, undefined for none
mysql:
host: <%= @hosts['mysql']['url'] %>
@ -33,7 +34,6 @@ queues:
zookeeper:
url: <%= @hosts['zookeeper']['url'] %>
max_offset_lag: 600 # In seconds, undefined for none
logging: # Used in logging.dictConfig
version: 1