Mforns has uploaded a new change for review.

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

Change subject: Remove kafka1012 from EventLogging brokers array
......................................................................

Remove kafka1012 from EventLogging brokers array

Hardcodes the list of kafka brokers without kafka1012 within:
manifests/role/eventlogging.pp
This is a temporary patch to permit taking kafka1012 down for
immediate maintenance. The actual permanent will be T125207.

Bug: T125199
Change-Id: I40af265e41fb706cd53e26b874265574030f6b5d
---
M manifests/role/eventlogging.pp
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/43/267243/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index 62c9f53..baa8b00 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -40,7 +40,12 @@
     # for beta cluster, set in 
https://wikitech.wikimedia.org/wiki/Hiera:Deployment-prep
     $statsd_host         = hiera('eventlogging_statsd_host',      
'statsd.eqiad.wmnet')
 
-    $kafka_brokers_array = $role::kafka::analytics::config::brokers_array
+    # Hardcoded temporarily to remove kafka1012 and permit its maintenance.
+    #$kafka_brokers_array = $role::kafka::analytics::config::brokers_array
+    $kafka_brokers_array = [
+        'kafka1013.eqiad.wmnet', 'kafka1014.eqiad.wmnet', 
'kafka1018.eqiad.wmnet',
+        'kafka1020.eqiad.wmnet', 'kafka1022.eqiad.wmnet',
+    ]
     $kafka_zookeeper_url = $role::kafka::analytics::config::zookeeper_url
 
     # By default, the EL Kafka writer writes events to

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

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

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

Reply via email to