merge with geni_api branch
[sfa.git] / TODO
1 - Tag
2 * test rpm build/install
3
4 - Trunk
5 * use PLC shell instead of xmlrpc when communicating with local plc aggregate
6
7 - Client
8   * update getNodes to use lxml.etree for parsing the rspec
9
10 - Stop invalid users
11 * a recently disabled/deleted user may still have a valid cred. Keep a list of valid/invalid users on the aggregate and check callers against this list
12
13 - Component manager
14   * GetGids - make this work for peer slices
15   * GetTicket - must verify_{site,slice,person,keys} on remote aggregate 
16   * Redeem ticket - RedeemTicket/AdminTicket not working. Why?
17   * install the slice and node gid when the slice is created (create NM plugin to execute sfa_component_setup.py ?) 
18
19 - Registry
20 * move db tables into db with less overhead (tokyocabinet?)
21
22 - GUI/Auth Service
23   * develop a simple service where users auth using username/passord and 
24     receive their cred
25   * service manages users key/cert,creds
26   * gui requires user's cred (depends on Auth Service above)
27       
28 -  SM call routing
29 * sfi -a option should send request to sm with an extra argument to 
30   specify which am to contact instead of connecting directly to the am 
31   (am may not trust client directly)
32
33 - Protogeni
34 * merger josh's branch with trunk
35 * agree on standard set of functon calls
36 * agree on standard set of privs
37 * on permission error, return priv needed to make call
38 * cache slice resource states (if aggregate goes down, how do we know what
39   slices were on it and recreate them? do we make some sort of transaction log)
40
41
42 Questions
43 =========
44 - SM/Aggregate
45 * should the rspec contain only the resources a slice is using or all resources availa and mark what the slice is using.
46
47 -  Initscripts on sfa / geniwrapper
48 * should sfa have native initscript support or should we piggyback off of myplc?
49 * should this be in the rspec
50
51