Springle has uploaded a new change for review.

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


Change subject: sideline db1024, RT 6672
......................................................................

sideline db1024, RT 6672

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/01/108301/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 902ddfe..100b8a1 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -612,14 +612,8 @@
     }
 }
 
-node /^db10(07|24|28|33|39|41)\.eqiad\.wmnet/ {
-    if $::hostname =~ /^db10(07|24|33|39|41)/ {
-        class { role::coredb::s7 : innodb_file_per_table => true, mariadb => 
true }
-    } elsif $::hostname == "db1028" {
-        class { role::coredb::s7 : mariadb => true }
-    } else {
-        include role::coredb::s7
-    }
+node /^db10(07|28|33|39|41)\.eqiad\.wmnet/ {
+    class { role::coredb::s7 : innodb_file_per_table => true, mariadb => true }
 }
 
 ## x1 shard
@@ -756,6 +750,12 @@
         mysql_wmf::mysqluser
 }
 
+# out of action
+# db1024 RT 6672
+node /^db10(24)\.eqiad\.wmnet/ {
+    include standard
+}
+
 node "dobson.wikimedia.org" {
     interface::ip { "dns::recursor": interface => "eth0", address => 
"208.80.152.131" }
 

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

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

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

Reply via email to