Changes between Version 5 and Version 6 of Doc/gLite/TemplateCustomization/General


Ignore:
Timestamp:
Jan 27, 2011, 3:25:22 PM (15 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization/General

    v5 v6  
    5555== Site Information ==
    5656
    57 Every EGEE site must publish some general information about it, mainly:
     57Every grid (gLite) site must publish some general information about itself, mainly:
    5858
    5959 * `SITE_NAME`: the site name
     
    6161 * `SITE_LAT`: site latitude (number)
    6262 * `SITE_LONG`: site longitude (number)
    63  * `SITE_OTHER_INFO` : must contain at least the ROC your site is attached to, specified as "EGEE-ROC=xx" with xx the ROC country code. In addition, for WLCG sites, it must define the WLCG role (tier) and the attached T1. See example of [source:templates/trunk/sites/example/site/glite/config.tpl site parameters] for more details.
    6463 * `SITE_EMAIL` : sysadmins contact for the site
    6564 * `SITE_SECURITY_EMAIL` : site email contact for security issues. Default to `SITE_EMAIL`.
    6665 * `SITE_USER_SUPPORT_EMAIL` : site email contact for user support. Default to `SITE_EMAIL`.
     66 * `SITE_OTHER_INFO` : this is used to set the `GlueSiteOtherInfo` attribute of the site object. This attribute generally contains a list of key/value pairs. The value can be either a simple string or a list of string. The exact list is grid dependent and may change from time. For example there is generally a `GRID` key listing all the grids the site belong to. See example of [source:templates/trunk/sites/example/site/glite/config.tpl site parameters] for more details.
     67   * For WLCG sites, it must define the WLCG role (tier) and the attached T1. See example of [source:templates/trunk/sites/example/site/glite/config.tpl site parameters] for more details.
    6768
    6869See [http://goc.grid.sinica.edu.tw/gocwiki/How_to_publish_my_site_information GOC wiki] for more information on site informations.