saltstack-formulas / mongodb-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
31 stars 121 forks source link

Update/cleanup a bunch of stuff #20

Closed iggy closed 9 years ago

iggy commented 9 years ago

A bunch of interwoven commits (really messy to split them up)

Convert to the more modern style of merging defaults and pillar lookups all in the map.jinja file.

Split out and clean up logrotate support

Move mongos/files/* under the main files/ dir (there was no reason for them to be separate).

Document mongodb.mongos state's existence

Remove completely invalid init.d startup script

Move mongos/init.sls to mongos.sls (mongos dir is completely empty and gone now

Split tools into it's own state

Update to newer, suggeted repos and add Debian support

gravyboat commented 9 years ago

This looks good so I'm going to merge it. If anyone has any further concerns please discuss them here. Thanks @iggy!

iggy commented 9 years ago

I've also got some more, bigger changes coming. Hopefully easy setup of sharded and replicated clusters. More flexible data layout. More config options supported in the config file templates. Mongos and mongodb not stomping all over each other when running on the same host. And much much more!