summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2012-11-16Added missing mongos relation hooks and updated revisionJuan L. Negron
2012-11-16Re-worked interfaces, fixes sharding issue with replsetsJuan L. Negron
2012-10-24Removed hard-coded pathsJuan L. Negron
2012-09-06Optimized some of the evaluations done:Juan L. Negron
- use isinstance instead of type - better use of 'is' when evaluating True and False retVals Fixed a situation where mongos was not starting: - MongoDB requires three config servers so the code now looks for that and acts accordingly Fixed how the optional extra mongodb/mongos/mongodb.conf parameters are processed.
2012-08-21Actually add the daemon options ... was ignoring the changes before ... thx ↵Juan L. Negron
for catching it m_3
2012-08-18Refactor of the existing mongodb charm. Added most of the options in ↵Juan L. Negron
mongodb.conf as config.yaml options. Added sharding.
2012-08-18Refactor of the existing mongodb charm. Added most of the options in ↵Juan L. Negron
mongodb.conf as config.yaml options. Added sharding.
2012-07-19ok for open-port to fail... happens on some providersMark Mims
2012-04-30fix open-port calls to open the right ports (as configured) and WEB_ADMIN_UI ↵Frédéric Lepied
checks
2012-01-27Use public-address so the charm works with outside environmentsJuan L. Negron
2011-12-19Updated install hook to use configurable default portJuan L. Negron
2011-12-14Added config-changed hook to better handle replica_set_master variableJuan L. Negron
2011-12-12Added extra config option to register new node on existing replicaset clustersJuan L. Negron
2011-12-05Added config option for web admin ui. Optimized the replica set hook ↵Juan L. Negron
algorithm for speed
2011-11-28Added config.yaml file with replica-set name. Changed the use of facter for ↵Juan L. Negron
config-get in the replica-set variable. Verified working in oneiric
2011-09-30cleanup from project renameMark Mims
2011-08-16Fixed single-node and replica set configurationsJuan L. Negron
2011-08-10Initial commitJuan L. Negron