Asher has submitted this change and it was merged.

Change subject: converting db1050 (s1 snapshot) to mariadb and file-per-table
......................................................................


converting db1050 (s1 snapshot) to mariadb and file-per-table

Change-Id: I3c9fad11dc5df8daae4dad11104b30c335a217f7
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index d7dba22..6cadfc1 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -525,7 +525,7 @@
                include mha::manager
        }
 
-       if $hostname =~ /^db10(51|52|56)/ {
+       if $hostname =~ /^db10(50|51|52|56)/ {
                class { role::coredb::s1 : innodb_file_per_table => true, 
mariadb => true }
        } elsif $hostname =~ /^db10(43|49)/ {
                class { role::coredb::s1 : mariadb => true }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3c9fad11dc5df8daae4dad11104b30c335a217f7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <afeld...@wikimedia.org>
Gerrit-Reviewer: Asher <afeld...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to