Changes between Version 31 and Version 32 of Doc/gLite/TemplateCustomization
- Timestamp:
- Mar 23, 2007, 12:43:25 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v31 v32 275 275 === Default SE === 276 276 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). 277 Variable `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 279 By 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.'' 278 282 279 283 === CE Close SEs === 280 284 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 285 Variable `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 {{{ 289 variable CE_CLOSE_SE_LIST SE_HOSTS; 290 }}} 285 291 286 292 == DPM Configuration ==