Springle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/85976
Change subject: upgrade db1035 to mariadb
......................................................................
upgrade db1035 to mariadb
Change-Id: I2603c3fa69263d20c1215ac301781d0086432487
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/76/85976/1
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: newchange
Gerrit-Change-Id: I2603c3fa69263d20c1215ac301781d0086432487
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