Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

L7-mongo (13) Versions 1.0.15

Installs/Configures mongodb, multi instance support

Policyfile
Berkshelf
Knife
cookbook 'L7-mongo', '~> 1.0.15', :supermarket
cookbook 'L7-mongo', '~> 1.0.15'
knife supermarket install L7-mongo
knife supermarket download L7-mongo
README
Dependencies
Quality 17%

L7-mongo cookbook

Build Status
security
Cookbook Version

Description

Configures Mongodb via Opscode Chef

It can handle multiple instances with different configuratioins and differend versions on the same machine.

Please note that this cookbook does not use the 10gen apt repository, and instead downloads the required binaries from a given server.

Supported Platforms

  • Ubuntu 12.04+
  • Debian 7.0+

Recipes

  • L7-mongo - The default no-op recipe.

Providers

  • L7_mongo_db - Configures mongodb instance

Usage

Provider parameters:

  • url: url for mongodb binary tgz (default: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz)
  • home: directory for mongodb instance (default "/opt")
  • bind_ip: listen address (default "127.0.0.1")
  • port: listen port (default 27017)
  • default_instance: creates symlink (default false)
  • replSet: replica set name (default not set)
  • smallfiles: use smallfile allocation (default false)
  • journal: use durable journaling (default true)
  • notablescan: disables queries using fts (default true)
  • rest: enable rest interface for monitoring (default true)
  • httpinterface: enable http interface (default true)
  • auth: enable authentication (default false)
  • user: run mongodb as this user (default mongodb)
  • group: run mongodb as this group (default mongodb)
  • backup: do backup
  • backup_host: where the backup goes over ssh
  • backup_port: ssh port
  • backup_user: user name for ssh
  • backup_path: path to backup directory
  • backup_hour: at what hour should the backup be started (default 2am)
  • `backup_minute: at what minute should the backup be started (default 0)
  • backup_pubkey: ssh pulic key for backup user
  • backup_privkey: ssh private key for backup user

A mongodb instance with custom parameters:

L7_mongo_db 'example' do
    port '27017'
    bind_ip '0.0.0.0'
    default_instance true
end

TODO

Implement sharded cluster support.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

  • Freely distributable and licensed under the MIT license.
  • Copyright (c) 2015 Gabor Szelcsanyi

image

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.15 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.15 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.15 failed this metric

FC066: Ensure chef_version is set in metadata: L7-mongo/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: L7-mongo/resources/db.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mongo/providers/db.rb:100
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mongo/providers/db.rb:170
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mongo/providers/db.rb:187
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mongo/providers/db.rb:203
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.15 passed this metric

Testing File Metric
            

1.0.15 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.15 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number