Pyoungmeister has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/52563


Change subject: derp. need to pass down
......................................................................

derp. need to pass down

Change-Id: I752313fbd7b60717d185ccef1b33c510b993b6c4
---
M manifests/role/coredb.pp
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/52563/1

diff --git a/manifests/role/coredb.pp b/manifests/role/coredb.pp
index 9d1a31d..3d4ddae 100644
--- a/manifests/role/coredb.pp
+++ b/manifests/role/coredb.pp
@@ -119,6 +119,7 @@
        class { "role::coredb::common":
                shard => "s1",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
                innodb_log_file_size => "2000M"
        }
 }
@@ -127,6 +128,7 @@
        class { "role::coredb::common":
                shard => "s2",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
                innodb_log_file_size => "2000M"
        }
 }
@@ -135,6 +137,7 @@
        class { "role::coredb::common":
                shard => "s3",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
        }
 }
 
@@ -142,6 +145,7 @@
        class { "role::coredb::common":
                shard => "s4",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
                innodb_log_file_size => "2000M"
        }
 }
@@ -150,6 +154,7 @@
        class { "role::coredb::common":
                shard => "s5",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
                innodb_log_file_size => "1000M"
        }
 }
@@ -158,6 +163,7 @@
        class { "role::coredb::common":
                shard => "s6",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
        }
 }
 
@@ -165,6 +171,7 @@
        class { "role::coredb::common":
                shard => "s7",
                mariadb => $mariadb,
+               innodb_file_per_table => $innodb_file_per_table,
        }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I752313fbd7b60717d185ccef1b33c510b993b6c4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Pyoungmeister <[email protected]>

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

Reply via email to