Move max_offset_lag to the kafka section
Change-Id: Iacdbd66e9c5534061bd2a768c97b7b39eafb2255
This commit is contained in:
parent
aa40f33af9
commit
2553a6209e
@ -6,5 +6,5 @@ maintainer_email 'hpcs-mon@hp.com'
|
|||||||
license 'All rights reserved'
|
license 'All rights reserved'
|
||||||
description 'Installs/Configures monasca_notification'
|
description 'Installs/Configures monasca_notification'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '0.1.18'
|
version '0.1.19'
|
||||||
depends 'python'
|
depends 'python'
|
||||||
|
@ -3,6 +3,7 @@ kafka:
|
|||||||
group: <%= node[:monasca_notification][:group] %>
|
group: <%= node[:monasca_notification][:group] %>
|
||||||
alarm_topic: <%= @hosts['kafka']['alarm_topic'] %>
|
alarm_topic: <%= @hosts['kafka']['alarm_topic'] %>
|
||||||
notification_topic: <%= @hosts['kafka']['notification_topic'] %>
|
notification_topic: <%= @hosts['kafka']['notification_topic'] %>
|
||||||
|
max_offset_lag: 600 # In seconds, undefined for none
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
host: <%= @hosts['mysql']['url'] %>
|
host: <%= @hosts['mysql']['url'] %>
|
||||||
@ -33,7 +34,6 @@ queues:
|
|||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
url: <%= @hosts['zookeeper']['url'] %>
|
url: <%= @hosts['zookeeper']['url'] %>
|
||||||
max_offset_lag: 600 # In seconds, undefined for none
|
|
||||||
|
|
||||||
logging: # Used in logging.dictConfig
|
logging: # Used in logging.dictConfig
|
||||||
version: 1
|
version: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user