Ottomata has uploaded a new change for review.

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

Change subject: Removing kafka mirror from main codfw hosts.
......................................................................

Removing kafka mirror from main codfw hosts.

Cross DC zookeeper_hosts hiera lookups are not currently possible.
MirrorMaker cannot work until we fix this.

Bug: T134184
Change-Id: Idc8b8e5d4a7d7d935a8a93245ce08cc4eb929669
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/305311/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 81ce4da..f611b4d 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1398,7 +1398,9 @@
 node /kafka200[12]\.codfw\.wmnet/ {
     role kafka::main::broker,
         # Mirror eqiad.* topics from the main-eqiad Kafka cluster.
-        kafka::main::mirror,
+        # Disable kafka mirror for now.  zookeeper_hosts lookup needs
+        # refactoring.
+        # kafka::main::mirror,
         eventbus::eventbus
     include standard
     include base::firewall

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

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

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

Reply via email to