Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0f41197
)
gnocchi statsd should be able to send data to port 8125
author
Pradeep Kilambi
<pkilambi@redhat.com>
Tue, 1 Nov 2016 19:43:41 +0000
(15:43 -0400)
committer
Pradeep 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
patch
|
blob
|
history
diff --git
a/puppet/services/gnocchi-statsd.yaml
b/puppet/services/gnocchi-statsd.yaml
index
04339f4
..
983d6c9
100644
(file)
--- 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