Ottomata has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/169482/1

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: newchange
Gerrit-Change-Id: Ie40895dc899efb80d4185784766a3bdb67850a31
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

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

Reply via email to