-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathTODO
29 lines (24 loc) · 930 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* More thorough specs
* Add inline code documentation
* Add/update examples and documentation
* Organize treetop rules
* Model server and cluster
* Pull config file from a server
* Push config file to a server
* Push config file to a cluster
* Reload config on a server
* Reload config on a cluster
* Print server config for a server
* Compare server configs in a cluster
* Pull stats from a server
* Pull stats from a cluster
* Handle versions 1.3 and 1.4 of HAProxy
* Handle escaped values as defined by the haproxy config spec
* Handle multiple service addresses for a listener
* Correlate "defaults" sections with their corresponding proxy sections
* Fine-grained parsing of server/option/config attributes (Done manually for servers.)
* Ability to override arbitrary attributes, options, configs
* MCollective integration
* Capistrano integration
* CLI (Thor?)
DONE Ability to add/remove "disabled" attribute on servers