mongodb cluster #4
A simple MongoDB Cluster
This bundle deploys a simple 3-shard MongoDB cluster.
It is an automated version of this blog post.
Scaling
To add more units you need to add them to each specific shard, so:
juju add-unit shard1
or
juju add-unit -n5 shard2
and so on.
Known Limitations and Issues
This bundle has the same limitations and issues as the MongoDB charm, refer to its documentation for more information.