Ottomata has uploaded a new change for review.
https://gerrit.wikimedia.org/r/183896
Change subject: Temporarly disable esams bits varnishkafka
......................................................................
Temporarly disable esams bits varnishkafka
qchris and ottomata are investigating possible cross-DC
throughput issues.
Change-Id: I54bbbef80c3274241f07aaf805bc42e6e07adfe2
---
M manifests/role/cache.pp
1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/96/183896/1
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ebf4b55..edb86e8 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -1207,11 +1207,17 @@
# ToDo: Remove production conditional once this works
# is verified to work in labs.
if $::realm == 'production' {
- # Install a varnishkafka producer to send
- # varnish webrequest logs to Kafka.
- class { 'role::cache::varnish::kafka::webrequest':
- topic => 'webrequest_bits',
- varnish_name => $::hostname,
+
+ # Temporarily disable esams bits production
+ # while qchris and ottomata investigate
+ # cross DC delivery error issues.
+ if ($::site != 'esams') {
+ # Install a varnishkafka producer to send
+ # varnish webrequest logs to Kafka.
+ class { 'role::cache::varnish::kafka::webrequest':
+ topic => 'webrequest_bits',
+ varnish_name => $::hostname,
+ }
}
include role::cache::varnish::kafka::statsv
--
To view, visit https://gerrit.wikimedia.org/r/183896
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I54bbbef80c3274241f07aaf805bc42e6e07adfe2
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