Muehlenhoff has submitted this change and it was merged.

Change subject: Disable connection tracking for elasticsearch
......................................................................


Disable connection tracking for elasticsearch

Change-Id: I1b9fc08dceeb97203027663c81e461f04e16eb72
---
M manifests/role/elasticsearch.pp
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Muehlenhoff: Verified; Looks good to me, approved
  DCausse: Looks good to me, but someone else must approve



diff --git a/manifests/role/elasticsearch.pp b/manifests/role/elasticsearch.pp
index 5606479..9efcc27 100644
--- a/manifests/role/elasticsearch.pp
+++ b/manifests/role/elasticsearch.pp
@@ -29,6 +29,7 @@
     ferm::service { 'elastic-http':
         proto => 'tcp',
         port  => '9200',
+        notrack => true,
         srange => '$INTERNAL',
     }
 
@@ -38,6 +39,7 @@
     ferm::service { 'elastic-inter-node':
         proto => 'tcp',
         port  => '9300',
+        notrack => true,
         srange  => "@resolve(($elastic_nodes_ferm))",
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1b9fc08dceeb97203027663c81e461f04e16eb72
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to