Rush has submitted this change and it was merged.
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(-)
Approvals:
Rush: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I4c1e19e66eef568afc83234b39db7d606d1946d3
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[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