a little nicer wrt pep8
[sfa.git] / config / sfi_config
1 # user-level configuration example for sfi
2
3 ### hrn of your authority
4 # For instance, the hrn of a user at the Princeton site on PlanetLab (PLC)
5 # would be plc.princeton.  Likewise if the user was part of the NYU site, the HRN
6 # would be plc.nyu
7 SFI_AUTH='plc.princeton'
8
9 ### your user hrn
10 # This is your authority.<your user name on PlanetLab>
11 SFI_USER='plc.princeton.tmack'
12 #
13
14 ### where to find the registry
15 SFI_REGISTRY='http://www.planet-lab.org:12345/'
16
17 # where to find the slice API
18 # you can use -s to point to an aggregate URL instead 
19 SFI_SM='http://www.planet-lab.org:12347/'