Changes between Version 64 and Version 65 of Doc/gLite/TemplateCustomization
- Timestamp:
- Jul 30, 2007, 9:30:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v64 v65 79 79 * `pool_size` : number of pool accounts to create by default for a VO 80 80 * `sw_mgr_role` : description of VO software manager role. Avoid to change default. 81 * Location of standard services. See [ https://trac.lal.in2p3.fr/LCGQWG/wiki/Doc/gLite/TemplateCustomization#SpecifyingDefaultServicesforaVO below].81 * Location of standard services. See [wiki:Doc/gLite/TemplateCustomization#DefaultServicesforaVO below]. 82 82 For example, to define a site specific RB for VO Alice, create a template `vo/site/alice.tpl` in your site directory like : 83 83 {{{ … … 127 127 * `pool_digits` : number of digits to use for pool accounts. Must be large enough to handle `pool_size`. Default is 3. 128 128 * `pool_offset` : define offset from VO base uid for the first pool account 129 * Location of standard services. See [ https://trac.lal.in2p3.fr/LCGQWG/wiki/Doc/gLite/TemplateCustomization#SpecifyingDefaultServicesforaVO below].129 * Location of standard services. See [wiki:Doc/gLite/TemplateCustomization#DefaultServicesforaVO below]. 130 130 131 131 In addition to this template, you need to have another template defining the public key of the VOMS server used by the VO. This template has the name of the VOMS server by default. It can be explicitly defined with `cert`property of a VOMS server entry. If the new VO is using an already used VOMS server, there is no need to add the certificate.