From: Pradeep Kilambi Date: Tue, 1 Nov 2016 19:43:41 +0000 (-0400) Subject: gnocchi statsd should be able to send data to port 8125 X-Git-Tag: opnfv-6.0.0~1445^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=204ebf8233f00de23e96192fdf09480d87ffa90c;p=apex-tripleo-heat-templates.git 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 --- 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