cookbook 'mongodb-10gen', '= 0.4.0'
mongodb-10gen (11) Versions 0.4.0 Follow15
Installs/Configures mongodb-10gen
cookbook 'mongodb-10gen', '= 0.4.0', :supermarket
knife supermarket install mongodb-10gen
knife supermarket download mongodb-10gen
Description
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.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.
Foodcritic Metric
0.4.0 passed this metric
0.4.0 passed this metric