Changes between Version 49 and Version 50 of Doc/gLite/TemplateCustomization
- Timestamp:
- Jun 18, 2007, 11:35:12 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v49 v50 295 295 For more details, look at [source:templates/trunk/sites/example/site/pro_lcg2_config_site.tpl example] and comments in [source:/templates/trunk/grid/glite-3.0.0/defaults/glite.tpl gLite defaults]. 296 296 297 Format of `SE_HOSTS` has been changed in gLite-3.0.2-11 release of QWG templates. Look at [wiki:ReleaseNotes/gLite-3.0#gLite-3.0.2-11:SE_HOSTSformatchange release notes] to know how to migrate from previous format. 297 ''Note : Format of `SE_HOSTS` has been changed in gLite-3.0.2-11 release of QWG templates. Look at [wiki:ReleaseNotes/gLite-3.0#gLite-3.0.2-11:SE_HOSTSformatchange release notes] to know how to migrate from previous format.'' 298 298 299 299 … … 302 302 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 value 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 string if there is only one close SE or a list of SEs. 303 303 304 `CE_CLOSE_SE_LIST` defaults to deprecated `SE_HOST_DEFAULT` if defined or to the first SE in SE_HOSTS variaible. If you want all your SEs to be registered as close SEs, you need to add the following declaration : 305 {{{ 306 variable CE_CLOSE_SE_LIST = SE_HOSTS; 307 }}} 304 `CE_CLOSE_SE_LIST` defaults to deprecated `SE_HOST_DEFAULT` if defined, else to all the SEs defined in SE_HOSTS variable. 308 305 309 306 It is valid to have no close SE defined. To remove default definition, you need to do :