diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-02 10:00:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-02 10:00:14 +0000 |
commit | d6837ea4a62ec74c4b06901c257fe4d6f4bea73c (patch) | |
tree | f6d252cfb4026674c7133e8b863c5e5f0a9d0ce1 /puppet/services/neutron-l3-compute-dvr.yaml | |
parent | 3a5d28c4739d3f79c7b10af169f110f9a10f61bb (diff) | |
parent | 25ad7b8e1eeeb0e1f5f83b9f7560502717b44536 (diff) |
Merge "Availability monitoring agents support"
Diffstat (limited to 'puppet/services/neutron-l3-compute-dvr.yaml')
-rw-r--r-- | puppet/services/neutron-l3-compute-dvr.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/neutron-l3-compute-dvr.yaml b/puppet/services/neutron-l3-compute-dvr.yaml index 0f3c2a70..5eb3e252 100644 --- a/puppet/services/neutron-l3-compute-dvr.yaml +++ b/puppet/services/neutron-l3-compute-dvr.yaml @@ -26,6 +26,9 @@ parameters: description: Name of bridge used for external network traffic. type: string default: 'br-ex' + MonitoringSubscriptionNeutronL3Dvr: + default: 'overcloud-neutron-l3-dvr' + type: string resources: @@ -41,6 +44,7 @@ outputs: description: Role data for DVR L3 Agent on Compute Nodes value: service_name: neutron_l3_compute_dvr + monitoring_subscription: {get_param: MonitoringSubscriptionNeutronL3Dvr} config_settings: map_merge: - get_attr: [NeutronBase, role_data, config_settings] |