Changes between Version 12 and Version 13 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Dec 21, 2006, 10:37:11 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

    v12 v13  
    8686 * `name` : VO official name. No default.
    8787 * `account_prefix` : prefix to use when creating accounts for the VO. Generally the 3 first letters of the VO name. No default.
    88 
    8988 * `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 :
    9089   * `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.
     
    9998 * `nshosts` : name:port of the RB used by the VO (Network Server). No default.
    10099 * `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.
    101104 * `pool_size` : number of pool accounts to create for the VO. Defaults : 200.
    102105 * `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.
    107106
    108107In 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.