Yuvipanda has uploaded a new change for review.

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

Change subject: tools: Remove experimental mongo role/class
......................................................................

tools: Remove experimental mongo role/class

This never panned out. Tools isn't webscale enough.

Change-Id: I8076da4aa033bdc400eba428bbec4f9e93155032
---
M manifests/role/labstools.pp
D modules/toollabs/manifests/mongo.pp
2 files changed, 0 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/176169/1

diff --git a/manifests/role/labstools.pp b/manifests/role/labstools.pp
index 0a0591e..471902f 100644
--- a/manifests/role/labstools.pp
+++ b/manifests/role/labstools.pp
@@ -64,14 +64,6 @@
         }
     }
 
-    class mongo inherits role::labs::tools::common {
-        include toollabs::mongo::master
-
-        system::role { 'role::labs::tools::mongo':
-            description => 'Server that hosts shared MongoDB instance'
-        }
-    }
-
     ##
     ## NOTE: Those roles are transitional, and should be removed
     ## from Wikitech entirely in favor of role::labs::tools::compute
diff --git a/modules/toollabs/manifests/mongo.pp 
b/modules/toollabs/manifests/mongo.pp
deleted file mode 100644
index 76a92fc..0000000
--- a/modules/toollabs/manifests/mongo.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-# Sets up a mongodb master
-class toollabs::mongo::master inherits toollabs {
-    include toollabs::infrastructure
-
-    # We need all the space we can get!
-    include role::labs::lvm::srv
-
-    class { 'mongodb':
-        settings => {
-            auth => "true"
-        }
-    }
-}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8076da4aa033bdc400eba428bbec4f9e93155032
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to