Ori.livneh has uploaded a new change for review.

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


Change subject: MongoDB on vanadium: bind all interfaces
......................................................................

MongoDB on vanadium: bind all interfaces

Change-Id: Idf21a17168efed83a45b3b2bd9fdf64b4b7467f3
---
M manifests/site.pp
M modules/eventlogging/manifests/init.pp
2 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/27/59527/1

diff --git a/manifests/site.pp b/manifests/site.pp
index a7f1b99..470f3b9 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2744,7 +2744,6 @@
 
        include standard,
                eventlogging,
-               misc::statistics::db::mongo,
                nrpe,
                role::solr::ttm
 
diff --git a/modules/eventlogging/manifests/init.pp 
b/modules/eventlogging/manifests/init.pp
index 986ba74..6d89fa2 100644
--- a/modules/eventlogging/manifests/init.pp
+++ b/modules/eventlogging/manifests/init.pp
@@ -8,6 +8,11 @@
                destinations => [ 'stat1.wikimedia.org' ],
        }
 
+       class { 'mongodb':
+               dbpath  => '/a/mongodb',
+               bind_ip => false,
+       }
+
        package { [
                'python-jsonschema',
                'python-mysqldb',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf21a17168efed83a45b3b2bd9fdf64b4b7467f3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to