From 25ad7b8e1eeeb0e1f5f83b9f7560502717b44536 Mon Sep 17 00:00:00 2001 From: Martin Mágr Date: Thu, 9 Jun 2016 15:39:22 +0200 Subject: Availability monitoring agents support - adds possibility to install sensu-client on all nodes - each composable service has it's own subscription Co-Authored-By: Emilien Macchi Co-Authored-By: Michele Baldessari Implements: blueprint tripleo-opstools-availability-monitoring Change-Id: I6a215763fd0f0015285b3573305d18d0f56c7770 --- puppet/cinder-storage.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'puppet/cinder-storage.yaml') diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index ef3f08ff..26906532 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -92,6 +92,9 @@ parameters: ServiceNames: type: comma_delimited_list default: [] + MonitoringSubscriptions: + type: comma_delimited_list + default: [] ConfigCommand: type: string description: Command which will be run whenever configuration data changes @@ -258,6 +261,7 @@ resources: service_names: mapped_data: service_names: {get_param: ServiceNames} + sensu::subscriptions: {get_param: MonitoringSubscriptions} service_configs: mapped_data: map_replace: -- cgit 1.2.3-korg