Dzahn has uploaded a new change for review.

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


Change subject: remove bellin/blondel references, they don't exist
......................................................................

remove bellin/blondel references, they don't exist

per https://wikitech.wikimedia.org/wiki/Tampa_cluster#Misc._Services_Migrated

'bellin & blondel are m1 shards, which have been replicated by eqiad servers 
already --robh'

per site.pp

'manifests/site.pp:## m1 shard (used to be db9|blondel|bellin in the past)'

i don't know if these should be replaced by other server names, i'm merely
removing the remnants of old servers that don't exist anymore and it made
me stumble upon this. it is more to get your attention to it than
actual merge request, unless it makes sense

Change-Id: I00294e179f3a479982a3e7c117684eed2aa0aee7
---
M modules/mysql_wmf/manifests/init.pp
1 file changed, 5 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/89/92989/1

diff --git a/modules/mysql_wmf/manifests/init.pp 
b/modules/mysql_wmf/manifests/init.pp
index e0afb60..bdb73f0 100644
--- a/modules/mysql_wmf/manifests/init.pp
+++ b/modules/mysql_wmf/manifests/init.pp
@@ -12,22 +12,15 @@
     #######################################################################
     ### MASTERS - make sure to update here whenever changing replication
     #######################################################################
-    if $::hostname =~ /^blondel/ {
-        $master = true
-        $writable = true
-    } else {
-        $master = false
-    }
+
+    $master = false
+
 
     #######################################################################
     ### Cluster Definitions - update if changing / building new dbs
     #######################################################################
-    if $::hostname =~ /^blondel|bellin$/ {
-        $db_cluster = 'm1'
-    }
-    else {
-        $db_cluster = undef
-    }
+
+    $db_cluster = undef
 
     if ($db_cluster) {
         file { '/etc/db.cluster':

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

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

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

Reply via email to