Springle has submitted this change and it was merged.

Change subject: reassign db1033 to s7 during schema changes
......................................................................


reassign db1033 to s7 during schema changes

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 06d80f3..902ddfe 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -546,13 +546,13 @@
 }
 
 # eqiad dbs
-node /^db10(33|37|43|49|50|51|52|55|56)\.eqiad\.wmnet/ {
+node /^db10(37|43|49|50|51|52|55|56)\.eqiad\.wmnet/ {
     if $::hostname =~ /^db10(56)/ {
         $ganglia_aggregator = true
         include mha::manager
     }
 
-    if $::hostname =~ /^db10(33|37|49|50|51|52|55|56)/ {
+    if $::hostname =~ /^db10(37|49|50|51|52|55|56)/ {
         class { role::coredb::s1 : innodb_file_per_table => true, mariadb => 
true }
     } elsif $::hostname =~ /^db10(43)/ {
         class { role::coredb::s1 : mariadb => true }
@@ -612,8 +612,8 @@
     }
 }
 
-node /^db10(07|24|28|39|41)\.eqiad\.wmnet/ {
-    if $::hostname =~ /^db10(07|24|39|41)/ {
+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 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I216d2b6a9989a765c4c289979021762306d1abdf
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