updated sfi_config template - no more SFI_GENI_AM
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 16:14:28 +0000 (17:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 16:14:28 +0000 (17:14 +0100)
config/sfi_config

index 3314790..60f91a4 100644 (file)
@@ -1,4 +1,4 @@
-# user-level configuration for sfi
+# user-level configuration example for sfi
 
 ### hrn of your authority
 # For instance, the hrn of a user at the Princeton site on PlanetLab (PLC)
@@ -8,17 +8,12 @@ SFI_AUTH='plc.princeton'
 
 ### your user hrn
 # This is your authority.<your user name on PlanetLab>
-SFI_USER='plc.princeton.faiyaza'
+SFI_USER='plc.princeton.tmack'
 #
 
 ### where to find the registry
 SFI_REGISTRY='http://www.planet-lab.org:12345/'
 
-# where to find the slice manager
+# where to find the slice API
+# you can use -s to point to an aggregate URL instead 
 SFI_SM='http://www.planet-lab.org:12347/'
-
-# where to find the geni aggregate manager
-# XX this should be handled by the slice manger
-# XX but we cant support it until the geni_am and sfa 
-# XX interfaces has been unified
-SFI_GENI_AM='http://www.planet-lab.org:12348'