Changes between Version 2 and Version 3 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Jul 29, 2006, 8:27:23 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v2 v3  
    1919
    2020If you need to update this template, refer to the standard [wiki:Development/AutoTemplates#TrustedCAsTemplate procedure] to do it.
     21
     22
     23== CE Configuration ==
     24
     25In addition to all variables described in LCG 2.7 templates, gLite 3.0 templates introduce a new way to define `GlueHostApplicationSoftwareRunTimeEnvironment`. Previously it was necessary to define a list of all tags in the site configuration template. As most of these tags are standard tags attached to a release of the middleware, there is now a default list of tags defined in the default configuration site template, [source:templates/trunk/grid/glite-3.0.0/defaults/site.tpl defaults/site.tpl]. To supplement this list with tags specific to the site (e.g. `LCG_SC3`), define a variable `CE_RUNTIMEENV_SITE` instead of defining `CE_RUNTIMEENV` :
     26{{{
     27variable CE_RUNTIMEENV_SITE = list("LCG_SC3");
     28}}}
     29
     30This change is backward compatible : if `CE_RUNTIMEENV` is defined in the site configuration template, this value will be used.
    2131
    2232== DPM Configuration ==