Changes between Version 31 and Version 32 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Mar 23, 2007, 12:43:25 AM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v31 v32  
    275275=== Default SE ===
    276276
    277 Variable `SE_HOST_DEFAULT` is used to define the default SE for the site. By default, if not explicitly defined, this is the first host in `SE_HOSTS` list. It can be a SE outside your site (probably not recommended for general configurations).
     277Variable `CE_DEFAULT_SE` is used to define the default SE for the site. It can be either a SE name or a nlist with a default entry (key is `DEFAULT`) and one entry per VO with a different default SE (key is the VO name).
     278
     279By default, if not explicitly defined, this is the first host in `SE_HOSTS` list. The default SE can be outside your site (probably not recommended for standard configurations).
     280
     281''Note : variable `SE_HOST_DEFAULT` is deprecated.''
    278282
    279283=== CE Close SEs ===
    280284
    281 Variable `CE_CLOSE_SE_LIST` (list) defines the SEs that must be registered in BDII as a close SE for the current CE. It defaults to `SE_HOSTS_DEFAULT`. If you want all your SEs to be registered as close SEs, you need to add the following declaration :
    282 
    283 variable CE_CLOSE_SE_LIST SE_HOST_DEFAULT.
    284 
     285Variable `CE_CLOSE_SE_LIST` defines the SEs that must be registered in BDII as a close SE for the current CE. It can be either a list used for every VO or a nlist with a default value (key is `DEFAULT`) and one entry per VO with a different close SE (key is the VO name). Each value must be a list of SE.
     286
     287`CE_CLOSE_SE_LIST` defaults to `CE_DEFAULT_SE`. If you want all your SEs to be registered as close SEs, you need to add the following declaration :
     288{{{
     289variable CE_CLOSE_SE_LIST SE_HOSTS;
     290}}}
    285291
    286292== DPM Configuration ==