Set rabbitmq heatbeat timeout threshold to 60
authorDan Prince <dprince@redhat.com>
Fri, 17 Jul 2015 14:39:23 +0000 (10:39 -0400)
committerDan Prince <dprince@redhat.com>
Sat, 18 Jul 2015 19:10:47 +0000 (15:10 -0400)
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

puppet/hieradata/common.yaml

index 7a03543..9d15257 100644 (file)
@@ -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