Specify the Ceph packages to be installed
[apex-tripleo-heat-templates.git] / puppet / services / heat-api-cloudwatch.yaml
index 6d645ee..c12e56e 100644 (file)
@@ -22,6 +22,9 @@ parameters:
     default: 0
     description: Number of workers for Heat service.
     type: number
+  MonitoringSubscriptionHeatApiCloudwatch:
+    default: 'overcloud-heat-api-cloudwatch'
+    type: string
 
 resources:
   HeatBase:
@@ -36,6 +39,7 @@ outputs:
     description: Role data for the Heat Cloudwatch API role.
     value:
       service_name: heat_api_cloudwatch
+      monitoring_subscription: {get_param: MonitoringSubscriptionHeatApiCloudwatch}
       config_settings:
         map_merge:
           - get_attr: [HeatBase, role_data, config_settings]