Rush has uploaded a new change for review.

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

Change subject: elasticsearch: exclude 1001 from ferm for now
......................................................................

elasticsearch: exclude 1001 from ferm for now

Applying ferm to the master node in the cluster
created instability and I am excluding for now
to leave overnight for more investigation.

Change-Id: I4c1e19e66eef568afc83234b39db7d606d1946d3
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/48/235348/1

diff --git a/manifests/site.pp b/manifests/site.pp
index a3c1606..2ffd3dd 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -847,7 +847,9 @@
 node /^elastic10[0-3][0-9]\.eqiad\.wmnet/ {
 
     role elasticsearch::server
-    include base::firewall
+    if $::hostname =~ /^elastic10(0[2-9]|1[0-9]|2[0-9]|3[0-1])$/ {
+        include base::firewall
+    }
 }
 
 # erbium is a webrequest udp2log host

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c1e19e66eef568afc83234b39db7d606d1946d3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>

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

Reply via email to