Changes between Version 8 and Version 9 of GpoLab/MyplcReferenceImplementation


Ignore:
Timestamp:
04/15/11 12:01:06 (13 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcReferenceImplementation

    v8 v9  
    1111== Variables ==
    1212A few variables will be set according to your specific situation.  GPO lab values for these variables are listed below for reference.[[BR]][[BR]]
    13 '''Important note:''' When choosing values for login_base variables (<mgmt_login_base> and <public_login_base>), you must choose the value carefully.  After setting these values, it is strongly recommended not to change them.  Furthermore, it is known that including a dash or an underscore in the values of the login_base variables can cause problems.  For these reasons, the GPO recommends that you choose an ''alphanumeric'' value for the login_base variables.
     13'''Important note:''' When choosing values for login_base variables (<mgmt_login_base> and <public_login_base>), you must choose the value carefully.  After setting these values, it is strongly recommended not to change them.  Furthermore, it is known that including a dash or an underscore in the values of the login_base variables can cause problems.  For these reasons, the GPO recommends that you choose an ''alphanumeric'' value for the login_base variables.[[BR]][[BR]]
     14'''Important note:''' When setting values for the PLC variable PLC_DB_HOST and the SFA variable SFA_PLC_DB_HOST, unless you ''explicity'' modify the PLC configuration to not manage DNS, you must set PLC_DB_HOST to localhost.localdomain.  This tutorial assumes that you will use localhost.localdomain for the value of PLC_DB_HOST.
    1415|| '''Variable''' || '''GPO Values''' || '''Description''' || '''Important Notes''' ||
    1516|| <base_os> || Fedora 8 ||  The OS which you are installing MyPLC on ||  ||
     
    2324|| <myplc_support_email> || plc-admin@myplc.gpolab.bbn.com || Email address for MyPLC-generated support emails ||  ||
    2425|| <myplc_host> || myplc.gpolab.bbn.com || URL or IP address of MyPLC web server, API server, and boot server || ||
    25 || <myplc_db_host> || localhost.localdomain || URL or IP address of MyPLC database server || ||
    2626|| <myplc_dns1> || GPO lab DNS server 1 IP address || IP address of DNS server 1 ||  ||
    2727|| <myplc_dns2> || GPO lab DNS server 2 IP address || IP address of DNS server 2 ||  ||
     
    9494   * PLC_MAIL_ENABLED : [false] true
    9595   * PLC_MAIL_SUPPORT_ADDRESS : <myplc_support_email>
    96    * PLC_DB_HOST : <myplc_db_host>
     96   * PLC_DB_HOST : localhost.localdomain
    9797   * PLC_API_HOST : <myplc_host>
    9898   * PLC_WWW_HOST : <myplc_host>
     
    149149   * PLC_MAIL_ENABLED : [false] true
    150150   * PLC_MAIL_SUPPORT_ADDRESS : <myplc_support_email>
    151    * PLC_DB_HOST : <myplc_db_host>
     151   * PLC_DB_HOST : localhost.localdomain
    152152   * PLC_API_HOST : <myplc_host>
    153153   * PLC_WWW_HOST : <myplc_host>
     
    354354  * SFA_PLC_USER: <myplc_root_user>
    355355  * SFA_PLC_PASSWORD: <myplc_root_password>
    356   * SFA_PLC_DB_HOST : <myplc_db_host>
     356  * SFA_PLC_DB_HOST : localhost.localdomain
    357357  * SFA_PLC_DB_USER : postgres
    358358  * SFA_PLC_DB_PASSWORD: <myplc_db_password>