Ottomata has uploaded a new change for review.

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

Change subject: Puppetize kafka1012 as kafka broker in analytics Kafka cluster
......................................................................

Puppetize kafka1012 as kafka broker in analytics Kafka cluster

Bug: T106581
Change-Id: I152d9fcfe012295bac46323e7607b2f93c91fab5
---
M manifests/site.pp
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/232202/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 82f2967..6b05089 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -141,6 +141,18 @@
 
 }
 
+# Above analytics* kafka nodes are being renamed kafka*
+node /kafka10(12)\.eqiad\.wmnet/ {
+    # Kafka brokers are routed via IPv6 so that
+    # other DCs can address without public IPv4
+    # addresses.
+    interface::add_ip6_mapped { 'main': }
+
+    role analytics::kafka::server
+    include role::analytics
+    include standard
+}
+
 node /kafka10(13|14|20)\.eqiad\.wmnet/ {
     # Kafka brokers are routed via IPv6 so that
     # other DCs can address without public IPv4

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I152d9fcfe012295bac46323e7607b2f93c91fab5
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