Changes between Version 5 and Version 6 of GpoLab/MyplcReferenceImplementation


Ignore:
Timestamp:
04/14/11 15:30:02 (13 years ago)
Author:
tupty@bbn.com
Comment:

Made changes while Chaos was helping Jaskaran from Rutgers. In particular, added extra warnings about <*_login_base> variables, and consilidated <myplc_api_host>, <myplc_www_host>, and <myplc_boot_host> into a single variable myplc_host.

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcReferenceImplementation

    v5 v6  
    1717|| <myplc_name> ||  || Name for your MyPLC instance and default site ||  ||
    1818|| <myplc_shortname> ||  || Abbreviated name for your MyPLC instance ||  ||
    19 || <mgmt_login_base> ||  || The prefix for usernames associated with all slices at a site || Do not use underscores here, or you'll get "PLC: Bootstrapping the database: [FAILED]" at PLC startup ||
     19|| <mgmt_login_base> ||  || The prefix for usernames associated with all slices at a site || According to `/etc/planetlab/default_config.xml`, this variable should '''not''' be changed after you set it the first time.[[BR]]We recommend using only alphanumeric names for the login base. ||
    2020|| <myplc_root_user> || root@gpolab.bbn.com || MyPLC application's initial administrative user of a MyPLC instance || Do not use a plus character here, or sfa_import.py will fail later ||
    2121|| <myplc_root_password> ||  || MyPLC application's password for <myplc_root_user> ||  ||
    2222|| <myplc_support_email> || plc-admin@myplc.gpolab.bbn.com || Email address for MyPLC-generated support emails ||  ||
    23 || <myplc_www_host> || myplc.gpolab.bbn.com || URL or IP address of MyPLC web server || ||
    24 || <myplc_api_host> || myplc.gpolab.bbn.com || URL or IP address of MyPLC API server || ||
     23|| <myplc_host> || myplc.gpolab.bbn.com || URL or IP address of MyPLC web server, API server, and boot server || ||
    2524|| <myplc_db_host> || localhost.localdomain || URL or IP address of MyPLC database server || ||
    26 || <myplc_boot_host> || myplc.gpolab.bbn.com || URL or IP address of MyPLC boot server || ||
    2725|| <myplc_dns1> || GPO lab DNS server 1 IP address || IP address of DNS server 1 ||  ||
    2826|| <myplc_dns2> || GPO lab DNS server 2 IP address || IP address of DNS server 2 ||  ||
    2927|| <public_site_name> || myplc.gpolab.bbn.com || Full name of public site ||  ||
    3028|| <public_site_shortname> || myplc || Abbreviated name of public site ||  ||
    31 || <public_login_base> || gpolab || Prefix for usernames of PlanetLab slices || ||
     29|| <public_login_base> || gpolab || Prefix for usernames of PlanetLab slices || According to `/etc/planetlab/default_config.xml`, this variable should '''not''' be changed after you set it the first time.[[BR]]We recommend using only alphanumeric names for the login base. ||
    3230|| <myplc_deployment> || planetlab-f8-i386 || Deployment string containing base OS and architecture information ||  ||
    3331|| <site_latitude> || 42.3905 || Latitude of machine hosting MyPLC site || This should be in double format with no quotes surrounding it ||
     
    9694   * PLC_MAIL_SUPPORT_ADDRESS : <myplc_support_email>
    9795   * PLC_DB_HOST : <myplc_db_host>
    98    * PLC_API_HOST : <myplc_www_host>
    99    * PLC_WWW_HOST : <myplc_api_host>
    100    * PLC_BOOT_HOST : <myplc_boot_host>
     96   * PLC_API_HOST : <myplc_host>
     97   * PLC_WWW_HOST : <myplc_host>
     98   * PLC_BOOT_HOST : <myplc_host>
    10199   * PLC_NET_DNS1 : <myplc_dns1>
    102100   * PLC_NET_DNS2 : <myplc_dns2>
     
    151149   * PLC_MAIL_SUPPORT_ADDRESS : <myplc_support_email>
    152150   * PLC_DB_HOST : <myplc_db_host>
    153    * PLC_API_HOST : <myplc_www_host>
    154    * PLC_WWW_HOST : <myplc_api_host>
    155    * PLC_BOOT_HOST : <myplc_boot_host>
     151   * PLC_API_HOST : <myplc_host>
     152   * PLC_WWW_HOST : <myplc_host>
     153   * PLC_BOOT_HOST : <myplc_host>
    156154   * PLC_NET_DNS1 : <myplc_dns1>
    157155   * PLC_NET_DNS2 : <myplc_dns2>
     
    350348  * SFA_INTERFACE_HRN: plc.<public_login_base>
    351349  * SFA_REGISTRY_ROOT_AUTH: plc
    352   * SFA_REGISTRY_HOST : <myplc_api_host>
    353   * SFA_AGGREGATE_HOST : <myplc_api_host>
    354   * SFA_SM_HOST : <myplc_api_host>
     350  * SFA_REGISTRY_HOST : <myplc_host>
     351  * SFA_AGGREGATE_HOST : <myplc_host>
     352  * SFA_SM_HOST : <myplc_host>
    355353  * SFA_PLC_USER: <myplc_root_user>
    356354  * SFA_PLC_PASSWORD: <myplc_root_password>