Springle has submitted this change and it was merged.

Change subject: Remove mysql_multi_instance from labsdb1002 after migration.
......................................................................


Remove mysql_multi_instance from labsdb1002 after migration.

Change-Id: I3fc44cee51f940a68904e07a8ac6ddd99c7fc934
---
M manifests/site.pp
1 file changed, 0 insertions(+), 40 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 18d90d9..6e16989 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1309,46 +1309,6 @@
 node 'labsdb1002.eqiad.wmnet' {
     include admin
     $cluster = 'mysql'
-    class { 'role::db::labsdb':
-        instances => {
-            's2' => {
-                'port'                           => '3306',
-                'innodb_log_file_size'           => '2000M',
-                # kernel oom killer striking mysqld.
-                # reduce footprint during investigation
-                'ram'                            => '32G',
-                'innodb_locks_unsafe_for_binlog' => true,
-                'repl_ignore_dbs'                => 'mysql',
-                'slave_transaction_retries'      => '100000',
-                'read_only'                      => '0',
-                'max_user_connections'           => '512',
-            },
-            's4' => {
-                'port'                           => '3307',
-                'innodb_log_file_size'           => '2000M',
-                # kernel oom killer striking mysqld.
-                # reduce footprint during investigation
-                'ram'                            => '32G',
-                'innodb_locks_unsafe_for_binlog' => true,
-                'repl_ignore_dbs'                => 'mysql',
-                'slave_transaction_retries'      => '100000',
-                'read_only'                      => '0',
-                'max_user_connections'           => '512',
-            },
-            's5' => {
-                'port'                           => '3308',
-                'innodb_log_file_size'           => '1000M',
-                # kernel oom killer striking mysqld.
-                # reduce footprint during investigation
-                'ram'                            => '32G',
-                'innodb_locks_unsafe_for_binlog' => true,
-                'repl_ignore_dbs'                => 'mysql',
-                'slave_transaction_retries'      => '100000',
-                'read_only'                      => '0',
-                'max_user_connections'           => '512',
-            },
-        }
-    }
     include role::mariadb::labs
 }
 

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

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