X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fsfi_config;h=3314790a64f329f633ef9c9c9d50deb910310c62;hb=9b9ffbbb64ae96d969005cffd1d65aa993731f56;hp=b14847303f52f25b29784e9339c37530ade2d41d;hpb=979ab80cb5166ec7d98be705be5f88f661b9797c;p=sfa.git diff --git a/config/sfi_config b/config/sfi_config index b1484730..3314790a 100644 --- a/config/sfi_config +++ b/config/sfi_config @@ -1,16 +1,24 @@ # user-level configuration for sfi ### hrn of your authority -export SFI_AUTH=plc.princeton -# or planetlab.us.arizona +# For instance, the hrn of a user at the Princeton site on PlanetLab (PLC) +# would be plc.princeton. Likewise if the user was part of the NYU site, the HRN +# would be plc.nyu +SFI_AUTH='plc.princeton' ### your user hrn -export SFI_USER=plc.princeton.faiyaza -# or planetlab.us.arizona.Baker_Scott -# or planetlab.us.arizona.Hartman_John +# This is your authority. +SFI_USER='plc.princeton.faiyaza' +# ### where to find the registry -export SFI_REGISTRY=http://www.planet-lab.org:12345/ +SFI_REGISTRY='http://www.planet-lab.org:12345/' # where to find the slice manager -export SFI_SM=http://www.planet-lab.org:12347/ +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'