more to do
[sfa.git] / TODO
1 - Component manager
2 * install the  slice and node gid when the slice is created (create NM plugin to execute sfa_component_setup.py ?) 
3
4 -GetTicket
5 * sm, am only
6 * sm calls getticket on am and merges resulting tickets into 1 ticket
7
8 -  sfa-clean-peer-records 
9 * modify resolve to support a list of hrns
10 * resolve a list of peer hrns instead of each hrn individally
11
12 -  sfi remove, if removing a site, remove any record that site is an an authority for
13
14 -  routing sm calls
15 * sfi -a option should send request to sm with an extra argument to 
16   specify which am to contact instead of connecting directly to the am 
17   (am may not trust client directly)
18
19 - make registry more generic
20 * support interface managers
21 * support generic registry records (dont depend on postgres! object db?)
22
23 - checking support for conventional ssl (creating a shared keypair for the request)        
24
25 -  Initscripts on sfa / geniwrapper
26
27 -  Geni identification on nodes
28 * nodes pk stored in /etc/sfa/nodekey
29 * slice's gid and nodes gid stored in all slices (/etc/sfa/slicegid, /etc/sfa/nodegid)
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