Ottomata has uploaded a new change for review.

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

Change subject: Rename all webrequest varnishkafka instances as 'webrequest'
......................................................................

Rename all webrequest varnishkafka instances as 'webrequest'

This standardizes the varnishkafka conf and stats files to have the
same name across all webrequest (frontend + bits) instances.
Previously, frontend confs were named frontend.conf, and bits
confs were named $::hostname.conf.  This makes it easier to
know which varnish instance is logging 'webrequests' and
also which stats.json files one should look in for stats about
webrequest varnishkafkas.

Change-Id: I0337ede6cd9c9022a5f4d6ebc05f032ddb428bef
---
M manifests/role/cache.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/177546/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 58bad22..29c2400 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -413,7 +413,7 @@
         $varnish_name = 'frontend'
     ) inherits role::cache::varnish::kafka
     {
-        varnishkafka::instance { $varnish_name:
+        varnishkafka::instance { 'webrequest':
             brokers                      => $kafka_brokers,
             topic                        => $topic,
             format_type                  => 'json',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0337ede6cd9c9022a5f4d6ebc05f032ddb428bef
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to