Merge changes from topic '7281'
* changes:
Bind Sensu to the management address
Add Redis settings to Sensu
diff --git a/sensu/server/cluster.yml b/sensu/server/cluster.yml
index 28eb78b..5c8fe85 100644
--- a/sensu/server/cluster.yml
+++ b/sensu/server/cluster.yml
@@ -11,6 +11,15 @@
rabbitmq_cold_password: password
rabbitmq_monitor_password: password
sensu_message_queue_host: ${_param:cluster_vip_address}
+ cluster_redis_port: 6379
+ sensu:
+ server:
+ bind:
+ address: ${_param:single_address}
+ database:
+ engine: redis
+ host: ${_param:cluster_vip_address}
+ port: ${_param:cluster_redis_port}
rabbitmq:
cluster:
name: 'monitoring'