forked from rubber/rubber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
10 lines (10 loc) · 618 Bytes
/
TODO
File metadata and controls
10 lines (10 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
* add version selector to gem/package installs
* try to do less stuff as root
* extract ec2 specific code, and ubuntu specific code into a strategy/factory pattern so this can be used with other grid computing system
* figure out how to test the capistrano bits
* make rubber into a gem
* divorce from rails for use in deploying other things
* 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?)