diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-11-01 15:43:41 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-11-01 16:11:28 -0400 |
commit | 204ebf8233f00de23e96192fdf09480d87ffa90c (patch) | |
tree | 773d6d6265a759457128e237f34d675124e3f8fc | |
parent | 0f41197e6aeded5d5d2a0c3f9f0cd1a0d709d087 (diff) |
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
-rw-r--r-- | puppet/services/gnocchi-statsd.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |