Merge "Generate VIP info for ctlplane VIP, not management"
[apex-tripleo-heat-templates.git] / puppet / services / ceph-mon.yaml
index f634ce8..a2b3f13 100644 (file)
@@ -53,6 +53,9 @@ parameters:
       }
     default: {}
     type: json
+  MonitoringSubscriptionCephMon:
+    default: 'overcloud-ceph-mon'
+    type: string
 
 resources:
   CephBase:
@@ -67,6 +70,7 @@ outputs:
     description: Role data for the Ceph Monitor service.
     value:
       service_name: ceph_mon
+      monitoring_subscription: {get_param: MonitoringSubscriptionCephMon}
       config_settings:
         map_merge:
           - get_attr: [CephBase, role_data, config_settings]