Springle has uploaded a new change for review.

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


Change subject: db1039 to s6, plus switch to mariadb
......................................................................

db1039 to s6, plus switch to mariadb

Change-Id: I0eecbff67c90a8505d86ebe888a6f6cb337147a8
---
M manifests/site.pp
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/87518/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 14fe579..f382d2e 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -632,7 +632,7 @@
     }
 }
 
-node /^db10(05|21|26|39|58)\.eqiad\.wmnet/ {
+node /^db10(05|21|26|58)\.eqiad\.wmnet/ {
     if $hostname =~ /^db1021/ {
         $ganglia_aggregator = true
     }
@@ -644,8 +644,10 @@
     }
 }
 
-node /^db10(06|22|27|40)\.eqiad\.wmnet/ {
-    if $hostname == "db1027" {
+node /^db10(06|22|27|39|40)\.eqiad\.wmnet/ {
+    if $hostname =~ /^db10(39)/ {
+        class { role::coredb::s6 : innodb_file_per_table => true, mariadb => 
true }
+    } elsif $hostname == "db1027" {
         class { role::coredb::s6 : mariadb => true }
     } else {
         include role::coredb::s6

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0eecbff67c90a8505d86ebe888a6f6cb337147a8
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