Pyoungmeister has submitted this change and it was merged.

Change subject: defining labsdbs
......................................................................


defining labsdbs

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

Approvals:
  Pyoungmeister: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 0e8b3c8..691ff7a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1146,6 +1146,63 @@
        include role::cache::text
 }
 
+## labsdb dbs
+node /^labsdb1001\.eqiad\.wmnet/ {
+  class { role::db::labsdb:
+    instances => {
+      's1' => {
+        'port' => 3306,
+        'innodb_log_file_size' => "2000M",
+        'ram' => "72G"
+      },
+    }
+  }
+}
+
+node /^labsdb1002\.eqiad\.wmnet/ {
+  class { role::db::labsdb:
+    instances => {
+      's2' => {
+        'port' => 3306,
+        'innodb_log_file_size' => "2000M",
+        'ram' => "24G"
+      },
+      's4' => {
+        'port' => 3307,
+        'innodb_log_file_size' => "2000M",
+        'ram' => "24G"
+      },
+      's5' => {
+        'port' => 3308,
+        'innodb_log_file_size' => "1000M",
+        'ram' => "24G"
+      },
+    }
+  }
+}
+
+node /^labsdb1003\.eqiad\.wmnet/ {
+  class { role::db::labsdb:
+    instances => {
+      's3' => {
+        'port' => 3306,
+        'innodb_log_file_size' => "500M",
+        'ram' => "24G"
+      },
+      's6' => {
+        'port' => 3307,
+        'innodb_log_file_size' => "500M",
+        'ram' => "24G"
+      },
+      's7' => {
+        'port' => 3308,
+        'innodb_log_file_size' => "500M",
+        'ram' => "24G"
+      },
+    }
+  }
+}
+
 node /labstore[1-4]\.pmtpa\.wmnet/ {
 
        $cluster = "gluster"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I021a84af7f8305f804abadac10f48cb9c07c16b6
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Pyoungmeister <[email protected]>
Gerrit-Reviewer: Pyoungmeister <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to