public
Description: A capistrano/rails plugin that makes it easy to deploy/manage/scale to EC2
Homepage: http://github.com/wr0ngway/rubber/wikis
Clone URL: git://github.com/wr0ngway/rubber.git
Click here to lend your support to: rubber and make a donation at www.pledgie.com !
wr0ngway (author)
Mon Nov 09 11:41:27 -0800 2009
commit  4bbd9e7491943cfd1b82fa46b6befc9e4d18b9be
tree    6a8957891cf9a5c636cc3b990ea1595778150f72
parent  a299c3b73aba6694b39034787efb7fd91192b012
rubber / TODO
100644 12 lines (11 sloc) 0.616 kb
1
2
3
4
5
6
7
8
9
10
11
12
* extract ubuntu specific code into a strategy/factory pattern
* integrate chef and/or sprinkle for more robust package installs?
* figure out how to test the capistrano bits
* Script setup of round robin dns (Web role), mx records (mail role), etc in generators
* add scripted failover to generated configs for:
    * remove web hosts from round robin on web host failure
    * db failover (promote slave replica? master-master replicas? cluster?)
* Add in support for ELB
* Add in support for reserved instances
* Add in live DB backups (xtrabackup)
* Add in support for zabbix monitoring/notifications (others?)