Skip to content

Pursu1tOfHapp1ness/mongodb-lib-cookbook

 
 

Repository files navigation

Description

This cookbook provides library functions for installing mongodb >= 3.2.

It tries to do as less as possible.

Notes

Replicaset

Replicaset configuration must has all required values as described in official documentation. Replicaset version may be omitted, because if topology will change cookbook can schedule reconfiguration.

Because mongodb itself adds to configuration some default values it is really hard to preserve idempotency. Thats why algorithm is a bit complicated. See the picture:

replicaset configuration

Sharding

Cookbooks can add shard to a cluster of mongodb. If shard already exist it skips addition.

Examples of usage

Please consider fixtures cookbooks under test/fixtures/cookbooks path.

Requirements

Platform:

  • debian
  • ubuntu
  • centos

Cookbooks:

  • apt
  • yum
  • build-essential

Attributes

  • node['mongodb']['lib']['version'] - Defaults to 3.2.19.

Recipes

  • mongodb-lib::mongo_gem - Installs mongo gem in compile time. Required for cluster operations

License and Maintainer

Maintainer:: Yauhen Artsiukhou ([email protected])

Source:: https://github.com/jsirex/mongodb-lib-cookbook

Issues:: https://github.com/jsirex/mongodb-lib-cookbook/issues/

License:: MIT

About

Provides library functions for managing mongodb

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.8%
  • HTML 0.2%