Jcrespo has uploaded a new change for review.
https://gerrit.wikimedia.org/r/248355
Change subject: Adding new installed servers to the mariadb::core role
......................................................................
Adding new installed servers to the mariadb::core role
As we have not decided yet its shard, setting temporely to shard 1.
Bug: T84428
Change-Id: I065613c5b5221e0b115c811a0d381c975985584a
---
M manifests/site.pp
1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/55/248355/1
diff --git a/manifests/site.pp b/manifests/site.pp
index b85f0e8..bc15f46 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -651,6 +651,20 @@
include base::firewall
}
+# New deployed mariadb servers
+# Temporarily setting them on shard1 until we
+# distribute them among all shards according
+# to actual load needs
+node /^db20(55|56|57|58|59|60|61|62|63|64|65|66|67|68|69|70)\.codfw\.wmnet/ {
+
+ $cluster = 'mysql'
+ class { 'role::mariadb::core':
+ shard => 's1',
+ }
+ include base::firewall
+}
+
+
## x1 shard
node /^db10(29|31)\.eqiad\.wmnet/ {
include role::coredb::x1
--
To view, visit https://gerrit.wikimedia.org/r/248355
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I065613c5b5221e0b115c811a0d381c975985584a
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