Set max avaliable TTL for Mcollective

We use virtual machine snapshots for CI. When we
up it from snapshots, we get error:
"MCollective agents '<ID>' didn't respond within
the allotted time.", but node is online. Big TTL
in Mcollective should solve this problem.

Change-Id: Id3f2f5ddf26a9d31de214e9d5596a47f450b983f
Closes-Bug: #1316720
This commit is contained in:
Vladimir Sharshov 2014-05-08 07:44:30 +04:00 committed by Vladimir Kuklin
parent 270bf259e3
commit 6de87343dd
5 changed files with 12 additions and 18 deletions

View File

@ -10,10 +10,8 @@ daemonize = 1
direct_addressing = 1
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
# 5400
# It means that ttl equals 1 hours and a half.
ttl = 5400
# It means that ttl approximately equal to 50 days
ttl = 4294957
# Plugins
securityprovider = psk

View File

@ -12,10 +12,8 @@ daemonize = 0
direct_addressing = 1
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
# 5400
# It means that ttl equals 1 hours and a half.
ttl = 5400
# It means that ttl approximately equal to 50 days
ttl = 4294957
# Plugins
securityprovider = psk

View File

@ -9,9 +9,9 @@ direct_addressing = 1
securityprovider = psk
plugin.psk = <%= pskey %>
# 5400
# It means that ttl equals 1 hours and a half.
ttl = 5400
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
# It means that ttl approximately equal to 50 days
ttl = 4294957
<% if scope.lookupvar('mcollective::client::stomp') -%>
connector = stomp

View File

@ -9,9 +9,9 @@ direct_addressing = 1
securityprovider = psk
plugin.psk = <%= pskey %>
# 5400
# It means that ttl equals 1 hours and a half.
ttl = 5400
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
# It means that ttl approximately equal to 50 days
ttl = 4294957
<% if scope.lookupvar('mcollective::client::stomp') -%>
connector = stomp

View File

@ -8,10 +8,8 @@ daemonize = 1
identity = master
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
# 5400
# It means that ttl equals 1 hours and a half.
ttl = 5400
# It means that ttl approximately equal to 50 days
ttl = 4294957
# Plugins
securityprovider = psk