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

mongodb-10gen (11) Versions 0.4.1

Installs/Configures mongodb-10gen

Policyfile
Berkshelf
Knife
cookbook 'mongodb-10gen', '~> 0.4.1', :supermarket
cookbook 'mongodb-10gen', '~> 0.4.1'
knife supermarket install mongodb-10gen
knife supermarket download mongodb-10gen
README
Dependencies
Changelog
Quality 17%

Description

Build Status

Add apt repository and install mongodb-10gen.

Platform

  • ubuntu
  • debian

Tested on

  • ubuntu 12.04(precise)

Requirements

  • OpscodeCookbook[apt]

Attributes

group ['mongodb']

update your mongodb.conf values

group ['mongodb']['config']

update your mongodb_config.conf values

group ['mongodb']['router']

update your mongos.conf values

Usage

Available recipes

default

  • Add 10gen official repository and install newer stable mongodb.
  • disable autostart when install or serverboot.

single

  • setup mongodb single node.

config

  • setup mongodb config node.

router

  • setup mongodb router(mongos) node.

Additions

mongorc.js

Print information to prompt.

Usage: cp {mongo_dir}misc/mongorc.js ~/.mongorc.js

<pre><code># mongo
MongoDB shell version: 2.0.4
connecting to: test
s01:PRIMARY:[2.0.4] > </code></pre>

Author

Author:: HiganWorks LLC (sawanoboriyu@higanworks.com)

CHANGELOG for mongodb-10gen

This file is used to list changes made in each version of mongodb-10gen.

0.4.1

  • fix tempate for mongos.

0.4.0

  • Change config option from verbose=true to v=true for mongodb 2.6.x.
  • Change pidpath /var/run/* to /var/run/mongodb/*
  • Install numactl.

0.3.0

  • Change default package name to mongodb-org.

0.2.1

  • remove self depends.

0.2.0

  • apt cookbook v2.5.0 doesn not provide apt-get update every run.
  • apt cookbook v2.5.0 does an immediate apt-get update after adding a repository

0.1.10

  • fix: #6 Error when using a base_dir different of /data/mongodb/ @mgrenonville

0.1.9

  • fix etc dir in init_mongodb.erb template HT: @alovak

0.1.8

  • add dummy file due to remote_directory compatibility. HT: @Soulou , @teyrow

0.1.7

  • apt update immediately when add repository.
  • add Kitchenfile for test-kitchen

0.1.6

  • #1 replSet is blank in the mongo.conf file. HT: @rbrcurtis

0.1.5

  • #2 support debian. HT: @cjblomqvist

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.4.1 failed this metric

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

Contributing File Metric
            

0.4.1 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
            

0.4.1 failed this metric

FC064: Ensure issues_url is set in metadata: mongodb-10gen/metadata.rb:1
FC065: Ensure source_url is set in metadata: mongodb-10gen/metadata.rb:1
FC066: Ensure chef_version is set in metadata: mongodb-10gen/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.4.1 passed this metric

Testing File Metric
            

0.4.1 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
            

0.4.1 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