~jorge/charms/bundles/mongodb/bundle

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Jorge O. Castro
  • Date: 2014-03-03 18:59:03 UTC
  • Revision ID: jorge@ubuntu.com-20140303185903-x9a01esnzo0jwwti
Add more detail to the readme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# A simple MongoDB Cluster
2
2
 
3
 
Three shards. 
 
3
This bundle deploys a simple 3-shard [MongoDB](http://www.mongodb.org/)
 
4
cluster.
 
5
 
 
6
It is an automated version of [this blog
 
7
post](http://blog.xtremeghost.com/2012/11/lets-shard-something.html). 
 
8
 
 
9
## Scaling
 
10
 
 
11
To add more units you need to add them to each specific shard, so:
 
12
 
 
13
    juju add-unit shard1
 
14
 
 
15
or
 
16
 
 
17
    juju add-unit -n5 shard2
 
18
 
 
19
and so on. 
 
20
 
 
21
## Known Limitations and Issues
 
22
 
 
23
This bundle has the same limitations and issues as the [MongoDB
 
24
charm](http://jujucharms.com/precise/mongodb), refer to its documentation for
 
25
more information.
 
26
 
 
27
# Contact Information
 
28
 
 
29
## MongoDB Contact Information
 
30
 
 
31
- [MongoDB website](http://mongodb.org) 
 
32
- [MongoDB documentation](http://www.mongodb.org/display/DOCS/Home)
 
33
- [MongoDB bug tracker](https://jira.mongodb.org/secure/Dashboard.jspa)
 
34
- [MongoDB user mailing
 
35
  list](https://groups.google.com/forum/#!forum/mongodb-user)