Jcrespo has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/403451 )
Change subject: mariadb: Promote db2040 to be the codfw-s7 master instead of db2029 ...................................................................... mariadb: Promote db2040 to be the codfw-s7 master instead of db2029 Bug: T176243 Change-Id: I3503ef12df13cbffc03bfa859e3a8b4e0b58db95 --- M hieradata/hosts/db2029.yaml M hieradata/hosts/db2040.yaml 2 files changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/51/403451/1 diff --git a/hieradata/hosts/db2029.yaml b/hieradata/hosts/db2029.yaml index 9682add..e7f2f00 100644 --- a/hieradata/hosts/db2029.yaml +++ b/hieradata/hosts/db2029.yaml @@ -1,4 +1 @@ mariadb::shard: 's7' -mariadb::mysql_role: 'master' -mariadb::binlog_format: 'STATEMENT' -mariadb::socket: '/tmp/mysql.sock' diff --git a/hieradata/hosts/db2040.yaml b/hieradata/hosts/db2040.yaml index e7f2f00..02e6781 100644 --- a/hieradata/hosts/db2040.yaml +++ b/hieradata/hosts/db2040.yaml @@ -1 +1,3 @@ mariadb::shard: 's7' +mariadb::mysql_role: 'master' +mariadb::binlog_format: 'STATEMENT' -- To view, visit https://gerrit.wikimedia.org/r/403451 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3503ef12df13cbffc03bfa859e3a8b4e0b58db95 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
