Ottomata has submitted this change and it was merged.

Change subject: Include elasticsearch role on new elastic1020
......................................................................


Include elasticsearch role on new elastic1020

Change-Id: Ie40895dc899efb80d4185784766a3bdb67850a31
---
M manifests/site.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Looks good to me, approved
  Manybubbles: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index adbda3c..bc74b16 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2632,7 +2632,7 @@
 
 }
 
-node /^elastic10(0[1-9]|1[0-9])\.eqiad\.wmnet/ {
+node /^elastic10(0[1-9]|1[0-9]|2[0])\.eqiad\.wmnet/ {
     # ganglia cluster name.
     $cluster = 'elasticsearch'
     if $::hostname =~ /^elastic10(0[17]|13)/ {
@@ -2650,7 +2650,7 @@
 }
 
 # Installing OS on these nodes, will include elasticseach roles shortly...
-node /^elastic10(2[0-9]|3[01])\.eqiad\.wmnet/ {
+node /^elastic10(2[1-9]|3[01])\.eqiad\.wmnet/ {
     # ganglia cluster name.
     $cluster = 'elasticsearch'
     class { 'admin': groups => ['elasticsearch-roots'] }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie40895dc899efb80d4185784766a3bdb67850a31
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to