Springle has submitted this change and it was merged.

Change subject: pull pmtpa db boxes from m1, m2, x1, es1, es2, es3 for decom 
and/or shipping
......................................................................


pull pmtpa db boxes from m1, m2, x1, es1, es2, es3 for decom and/or shipping

Change-Id: Ic4ea8c3524b926df2d14c0a664313a281aa04dc6
---
M manifests/site.pp
1 file changed, 11 insertions(+), 6 deletions(-)

Approvals:
  Springle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index 7cca845..563aa24 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -584,7 +584,7 @@
 }
 
 ## x1 shard
-node /^db(36|38)\.pmtpa\.wmnet/ {
+node /^db(38)\.pmtpa\.wmnet/ {
     include role::coredb::x1
 }
 
@@ -594,12 +594,12 @@
 }
 
 ## m1 shard (new)
-node /^db(33|35)\.pmtpa\.wmnet/ {
+node /^db(35)\.pmtpa\.wmnet/ {
     class { role::coredb::m1 : mariadb => true }
 }
 
 ## m2 shard
-node /^db4[89]\.pmtpa\.wmnet/ {
+node /^db(48)\.pmtpa\.wmnet/ {
     include role::coredb::m2
 }
 
@@ -923,19 +923,24 @@
     class { role::coredb::es1 : mariadb => true }
 }
 
-node /es[1-4]\.pmtpa\.wmnet/ {
+node /es1\.pmtpa\.wmnet/ {
     include role::coredb::es1
 }
 
 # es2-3
-node /es[5-7]\.pmtpa\.wmnet/ {
+node /es5\.pmtpa\.wmnet/ {
   include role::coredb::es2
 }
 
-node /es([89]|10)\.pmtpa\.wmnet/ {
+node /es8\.pmtpa\.wmnet/ {
   include role::coredb::es3
 }
 
+## imminent decomission/reclaim from pmtpa pending 12th floor reorg
+node /^es([234679]|10)\.pmtpa\.wmnet/{
+    include standard
+}
+
 node /es100[5-7]\.eqiad\.wmnet/ {
     if $::hostname =~ /^es100[67]/ {
         class { role::coredb::es2 : mariadb => true }

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

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

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

Reply via email to