receive the right arguments
[sfa.git] / TODO
1 - Init plugins
2 * execute plugable init scritps when starting the interfaces
3
4 - Component manager
5 * install the  slice and node gid when the slice is created (create NM plugin to execute sfa_component_setup.py ?) 
6
7 - GetTicket
8 * sm, am only
9 * sm calls getticket on am and merges resulting tickets into 1 ticket
10
11 -  sfa-clean-peer-records 
12 * modify resolve to support a list of hrns
13 * resolve a list of peer hrns instead of each hrn individally
14
15 -  sfi remove, if removing a site, remove any record that site is an an authority for
16
17 -  routing sm calls
18 * sfi -a option should send request to sm with an extra argument to 
19   specify which am to contact instead of connecting directly to the am 
20   (am may not trust client directly)
21
22 - make registry more generic
23 * support interface managers
24 * support generic registry records (dont depend on postgres! object db?)
25
26 - checking support for conventional ssl (creating a shared keypair for the request)        
27
28 -  Initscripts on sfa / geniwrapper
29
30 -  Fully integrate SOAP (need to throw either soap or xmlrpc exceptions depending on the client)
31
32 - error messages
33 * error messages should be easier to understand
34 * (failing to connect to plcapi shoudl return a helpful message, not a generic internal server error) 
35
36 - unit tests