Ori.livneh has uploaded a new change for review.

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

Change subject: Disable EventLogging's MongoDB writer
......................................................................

Disable EventLogging's MongoDB writer

- Requires an update to the Python library.
- Doesn't appear to be used.

Change-Id: I8ff5716f2ab3f25fbcdd194472dd9317abc02775
---
M manifests/role/eventlogging.pp
1 file changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/113272/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index e682996..7718475 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -95,10 +95,11 @@
         }
     }
 
-    eventlogging::service::consumer { 'vanadium':
-        input  => "tcp://${processor}:8600",
-        output => "mongodb://${mongo_user}:${mongo_pass}@${mongo_host}:27017",
-    }
+    # Disabled -- ori, 13-Feb-2014
+    # eventlogging::service::consumer { 'vanadium':
+    #     input  => "tcp://${processor}:8600",
+    #     output => 
"mongodb://${mongo_user}:${mongo_pass}@${mongo_host}:27017",
+    # }
 
 
     ## MySQL / MariaDB

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

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

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

Reply via email to