Filippo Giunchedi has uploaded a new change for review.
https://gerrit.wikimedia.org/r/276477
Change subject: statsdlb: set notrack and allow from $ALL_NETWORKS
......................................................................
statsdlb: set notrack and allow from $ALL_NETWORKS
Change-Id: I0712f5c461956b29f3070c310be206c31d2ef857
---
M manifests/role/statsdlb.pp
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/77/276477/1
diff --git a/manifests/role/statsdlb.pp b/manifests/role/statsdlb.pp
index 0597027..064da19 100644
--- a/manifests/role/statsdlb.pp
+++ b/manifests/role/statsdlb.pp
@@ -15,9 +15,10 @@
# load balancer frontend, backend ports 8126-8131 are only accessed from
localhost
ferm::service { 'statsdlb':
- proto => 'udp',
- port => '8125',
- srange => '$INTERNAL',
+ proto => 'udp',
+ port => '8125',
+ notrack => true,
+ srange => '$ALL_NETWORKS',
}
nrpe::monitor_service { 'statsdlb':
--
To view, visit https://gerrit.wikimedia.org/r/276477
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0712f5c461956b29f3070c310be206c31d2ef857
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits