Changes between Version 4 and Version 5 of GpoLab/MyplcReferenceImplementation


Ignore:
Timestamp:
03/18/11 10:46:46 (13 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcReferenceImplementation

    v4 v5  
    3131|| <public_login_base> || gpolab || Prefix for usernames of PlanetLab slices ||  ||
    3232|| <myplc_deployment> || planetlab-f8-i386 || Deployment string containing base OS and architecture information ||  ||
     33|| <site_latitude> || 42.3905 || Latitude of machine hosting MyPLC site || This should be in double format with no quotes surrounding it ||
     34|| <site_longitude> || -71.1474 || Longitude of machine hosting MyPLC site || This should be in double format with no quotes surrounding it ||
    3335|| <sfa_git_tag> || sfa-geni-gec9 || Latest recommended stable tag of SFA software in the git repository ||  ||
    3436
     
    125127}}}
    126128
     129You also need to set up the correct latitude and longitude for this site, as it will be used by monitoring services for map overlays and visualization:
     130{{{
     131$ sudo plcsh
     132>>> UpdateSite('<public_login_base> Central', {'latitude': <site_latitude>, 'longitude': <site_longitude>})
     133>>> exit
     134}}}
     135
    127136=== Path B: Two Sites ===
    128137==== B Part 1: Configuring MyPLC Default Site ====
     
    171180 * Abbreviated name: <public_site_shortname>
    172181 * URL: Doesn't matter
    173  * Latitude: <Site's latitude>
    174  * Longitude: <Site's longitude>
     182 * Latitude: <site_latitude>
     183 * Longitude: <site_longitude>
    175184 * PI First Name: <Admin's first name>
    176185 * PI Last Name: <Admin's last name>