aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/cinder-volume.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-02 10:00:14 +0000
committerGerrit Code Review <review@openstack.org>2016-09-02 10:00:14 +0000
commitd6837ea4a62ec74c4b06901c257fe4d6f4bea73c (patch)
treef6d252cfb4026674c7133e8b863c5e5f0a9d0ce1 /puppet/services/cinder-volume.yaml
parent3a5d28c4739d3f79c7b10af169f110f9a10f61bb (diff)
parent25ad7b8e1eeeb0e1f5f83b9f7560502717b44536 (diff)
Merge "Availability monitoring agents support"
Diffstat (limited to 'puppet/services/cinder-volume.yaml')
-rw-r--r--puppet/services/cinder-volume.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/cinder-volume.yaml b/puppet/services/cinder-volume.yaml
index 5451afde..c84c784e 100644
--- a/puppet/services/cinder-volume.yaml
+++ b/puppet/services/cinder-volume.yaml
@@ -56,6 +56,9 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
+ MonitoringSubscriptionCinderVolume:
+ default: 'overcloud-cinder-volume'
+ type: string
resources:
@@ -71,6 +74,7 @@ outputs:
description: Role data for the Cinder Volume role.
value:
service_name: cinder_volume
+ monitoring_subscription: {get_param: MonitoringSubscriptionCinderVolume}
config_settings:
map_merge:
- get_attr: [CinderBase, role_data, config_settings]