Marostegui has submitted this change and it was merged.

Change subject: site.pp: db1052's binlog changed to ROW
......................................................................


site.pp: db1052's binlog changed to ROW

In order to set up the new sanitarium db1052 will need
to get its binary logs changed to ROW based replication

Bug: T150960
Change-Id: Ie356db914aafdd4b1ccab4df60c07a7707e3ff8c
---
M manifests/site.pp
1 file changed, 9 insertions(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 09784ee..a8ceef7 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -429,12 +429,20 @@
     }
 }
 
-node /^db10(51|52|55|65|66|72|73|80|83|89)\.eqiad\.wmnet/ {
+node /^db10(51|55|65|66|72|73|80|83|89)\.eqiad\.wmnet/ {
     class { 'role::mariadb::core':
         shard => 's1',
     }
 }
 
+# Testing row-based replication to sanitarium2 (T150960)
+node 'db1052.eqiad.wmnet' {
+    class { 'role::mariadb::core':
+        shard         => 's1',
+        binlog_format => 'ROW',
+    }
+}
+
 # s1 (enwiki) core production dbs on codfw
 # codfw master
 node 'db2016.codfw.wmnet' {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie356db914aafdd4b1ccab4df60c07a7707e3ff8c
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Marostegui <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Marostegui <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to