small updates to generated login base and site name for geni users
[sfa.git] / CHANGES-0.2-to-0.8.txt
1 ====================
2 changes between 0.2 and 0.8 from a user's perspective
3 ====================
4
5 --------------------
6 - 3 packages named
7 -- sfa (libraries)
8 -- sfa-plc (server side)
9 -- sfa-client (client-side)
10
11 -------------------- new names for commands
12 gimport.py           ->   sfa-import-plc.py
13 plc.py               ->   sfa-server.py
14 geni-config-tty      ->   sfa-config-tty
15
16 -------------------- new names for config files & miscell
17 /etc/geni                       -> /etc/sfa
18 /etc/geni/configSfi.sh          ->  /etc/sfa/sfa_config
19 /etc/init.d/geniwrapper         -> /etc/init.d/sfa
20
21 /etc/sfa/config_sfa, 
22 /etc/sfa/config_sfi, 
23 /etc/sfa/aggregates.xml, 
24 /etc/sfa/registries.xml
25         are now preserved across rpm updates
26
27
28 ====================
29 changes between 0.2 and 0.8 from a devel's perspective
30 ====================
31
32 cmdline/ has moved to 
33             sfa/client
34 first-class objects involved in the server side 
35             sfa/server
36 plc-dependent code has moved to
37             sfa/plc
38 basic identification/authentication objects (up to credentials) have moved to
39             sfa/trust
40             (this also holds in trusted_roots the CA certs of PLC-PLE)
41 code for the methods have remained in
42             sfa/methods
43
44 init.d instscript is now in
45             sfa/init.d
46
47 config files and utilities are in
48             config/ 
49             (should this move under sfa ?)
50
51 -------------------- deprecated
52 gacks/
53 gui/
54 dummy/
55
56 some apparently test-related stuff formerly in cmdline hace moved to tests/client