Changes between Version 12 and Version 13 of Doc/gLite/TemplateCustomization
- Timestamp:
- Dec 21, 2006, 10:37:11 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v12 v13 86 86 * `name` : VO official name. No default. 87 87 * `account_prefix` : prefix to use when creating accounts for the VO. Generally the 3 first letters of the VO name. No default. 88 89 88 * `voms_servers` : a nlist describing VOMS server used by the VO, if any. If the VO has several (redundant) VOMS servers, this property can be a list of nlist. For each VOMS server, supported properties are : 90 89 * `name` : name of the VOMS server. This is a name used internally by template. By default, template defining VOMS server certificate has the same name. No default. … … 99 98 * `nshosts` : name:port of the RB used by the VO (Network Server). No default. 100 99 * `lbhosts` : name:port of the RB used by the VO (Logging and Bookeeping). No default. 100 * `catalog` : define catalog type used by the VO. Optional. Must be defined only for VO still using `RLS` (value must be `rls` or `RLS`). 101 * `base_uid` : first uid to use for the VO. 102 * `create_home` : Create home directories for VO accounts. Default defined by variable `CREATE_HOME` variable. 103 * `create_keys` : Create SSH keys for VO accounts. Default defined by variable `CREATE_KEYS` variable. 101 104 * `pool_size` : number of pool accounts to create for the VO. Defaults : 200. 102 105 * `pool_digits` : number of digits to use for pool accounts. Must be large enough to handle `pool_size`. Default is 3. 103 * `base_uid` : first uid to use for the VO.104 * `catalog` : define catalog type used by the VO. Optional. Must be defined only for VO still using `RLS` (value must be `rls` or `RLS`).105 * `create_home` : Create home directories for VO accounts. Default defined by variable `CREATE_HOME` variable.106 * `create_keys` : Create SSH keys for VO accounts. Default defined by variable `CREATE_KEYS` variable.107 106 108 107 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.