From 204ebf8233f00de23e96192fdf09480d87ffa90c Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Tue, 1 Nov 2016 15:43:41 -0400 Subject: gnocchi statsd should be able to send data to port 8125 currently udp port 8125 is blocked by default. This can cause issues when sending statsd data. Change-Id: Icb5569c4e3dc981e9a8accf32eedd3370552cb34 --- puppet/services/gnocchi-statsd.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'puppet/services/gnocchi-statsd.yaml') diff --git a/puppet/services/gnocchi-statsd.yaml b/puppet/services/gnocchi-statsd.yaml index 04339f46..983d6c91 100644 --- a/puppet/services/gnocchi-statsd.yaml +++ b/puppet/services/gnocchi-statsd.yaml @@ -39,5 +39,9 @@ outputs: config_settings: map_merge: - get_attr: [GnocchiServiceBase, role_data, config_settings] + - tripleo.gnocchi_statsd.firewall_rules: + '140 gnocchi-statsd': + dport: 8125 + proto: 'udp' step_config: | include ::tripleo::profile::base::gnocchi::statsd -- cgit 1.2.3-korg