gnocchi statsd should be able to send data to port 8125
authorPradeep Kilambi <pkilambi@redhat.com>
Tue, 1 Nov 2016 19:43:41 +0000 (15:43 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Tue, 1 Nov 2016 20:11:28 +0000 (16:11 -0400)
currently udp port 8125 is blocked by default. This can cause issues
when sending statsd data.

Change-Id: Icb5569c4e3dc981e9a8accf32eedd3370552cb34

puppet/services/gnocchi-statsd.yaml

index 04339f4..983d6c9 100644 (file)
@@ -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