aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-07-17 10:39:23 -0400
committerDan Prince <dprince@redhat.com>2015-07-18 15:10:47 -0400
commite9aeae4a4f6b19d62263fc5d23ddbf08c4ed13fc (patch)
tree5eb09589cb862318dd8a752a4b7b9d2757505429 /puppet
parent5426ea2f200a81cab1245d9aa02e2e47a440e3d6 (diff)
Set rabbitmq heatbeat timeout threshold to 60
Updates the default settings for Nova, Neutron, Cinder, Ceilometer, and Heat services so we set the default rabbitmq threshold to 60 seconds. Change-Id: If537ae16968eb6b264b2ab071144f1eecab18b64
Diffstat (limited to 'puppet')
-rw-r--r--puppet/hieradata/common.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml
index 7a035435..9d152570 100644
--- a/puppet/hieradata/common.yaml
+++ b/puppet/hieradata/common.yaml
@@ -26,3 +26,9 @@ sysctl_settings:
value: 5
net.ipv4.tcp_keepalive_time:
value: 5
+
+nova::rabbit_heartbeat_timeout_threshold: 60
+neutron::rabbit_heartbeat_timeout_threshold: 60
+cinder::rabbit_heartbeat_timeout_threshold: 60
+ceilometer::rabbit_heartbeat_timeout_threshold: 60
+heat::rabbit_heartbeat_timeout_threshold: 60