Changes between Version 5 and Version 6 of Doc/gLite/TemplateCustomization/General
- Timestamp:
- Jan 27, 2011, 3:25:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization/General
v5 v6 55 55 == Site Information == 56 56 57 Every EGEE site must publish some general information about it, mainly:57 Every grid (gLite) site must publish some general information about itself, mainly: 58 58 59 59 * `SITE_NAME`: the site name … … 61 61 * `SITE_LAT`: site latitude (number) 62 62 * `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.64 63 * `SITE_EMAIL` : sysadmins contact for the site 65 64 * `SITE_SECURITY_EMAIL` : site email contact for security issues. Default to `SITE_EMAIL`. 66 65 * `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. 67 68 68 69 See [http://goc.grid.sinica.edu.tw/gocwiki/How_to_publish_my_site_information GOC wiki] for more information on site informations.