Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I152d9fcfe012295bac46323e7607b2f93c91fab5
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to