Eevans has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/314772

Change subject: Update firewall to allow terbium access to elasticsearch
......................................................................

Update firewall to allow terbium access to elasticsearch

Bug: T147366
Change-Id: Ic73eff334a5d853129d7c15b595d3a92f7f045ca
---
M manifests/role/logstash.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/314772/1

diff --git a/manifests/role/logstash.pp b/manifests/role/logstash.pp
index 245dd86..edc8b07 100644
--- a/manifests/role/logstash.pp
+++ b/manifests/role/logstash.pp
@@ -53,6 +53,12 @@
         srange => '$DEPLOYMENT_HOSTS',
     }
 
+    ferm::service { 'logstash_reporting':
+        proto  => 'tcp',
+        port   => '9200',
+        srange => '@resolve(terbium.eqiad.wmnet)',
+    }
+
     logstash::input::gelf { 'gelf':
         port => 12201,
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/314772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic73eff334a5d853129d7c15b595d3a92f7f045ca
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <eev...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to