Merge "Availability monitoring agents support"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-l3.yaml
index 54beee6..de62a50 100644 (file)
@@ -34,6 +34,9 @@ parameters:
       - allowed_values:
         - legacy
         - dvr_snat
+  MonitoringSubscriptionNeutronL3:
+    default: 'overcloud-neutron-l3-agent'
+    type: string
 
 resources:
 
@@ -49,6 +52,7 @@ outputs:
     description: Role data for the Neutron L3 agent service.
     value:
       service_name: neutron_l3
+      monitoring_subscription: {get_param: MonitoringSubscriptionNeutronL3}
       config_settings:
         map_merge:
           - get_attr: [NeutronBase, role_data, config_settings]