Springle has submitted this change and it was merged.

Change subject: upgrade db1035 to mariadb
......................................................................


upgrade db1035 to mariadb

Change-Id: I2603c3fa69263d20c1215ac301781d0086432487
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index b25f7e4..e781a11 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -608,7 +608,9 @@
 }
 
 node /^db10(03|10|19|35)\.eqiad\.wmnet/ {
-    if $hostname == "db1010" {
+    if $hostname =~ /^db10(35)/ {
+        class { role::coredb::s3 : innodb_file_per_table => true, mariadb => 
true }
+    } elsif $hostname == "db1010" {
         class { role::coredb::s3 : mariadb => true }
     } else {
         include role::coredb::s3

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

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