Changes between Version 10 and Version 11 of Doc/gLite/WNCloning


Ignore:
Timestamp:
Dec 13, 2009, 10:56:54 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/WNCloning

    v10 v11  
    4141 * `SITE_GLOBAL_VARS_TEMPLATE`: name of the template defining global variables for the site. Default: `site/global_variables`.
    4242 * `SITE_FUNCTIONS_TEMPLATE`: name of the template defining site specific functions. Default: `site/functions`;
     43 * `CLUSTER_INFO_TEMPLATE`: name of the template defining the cluster-specific configuration. Default: `site/cluster_info` (or legacy non-namespaced named, `pro_site_cluster_info`).
    4344 * `SITE_CONFIG_TEMPLATE`: name of the template defining the base site configuration. Default: `site/config`.
    4445 * `FILESYSTEM_CONFIG_SITE`: name of the template configuring the file systems. Default: `filesystem/config`.
    4546 *  `FILESYSTEM_LAYOUT_CONFIG_SITE`: name of the template defining the file system layout, used by the standard file system configuration template. Default: `site/filesystems/glite`.
    4647 
    47 ''Note: if you use a non standard value for `SITE_FUNCTIONS_TEMPLATE` or `SITE_CONFIG_TEMPLATE`, it is recommended to define these variables in `SITE_GLOBAL_VARS_TEMPLATE` to ensure consistency with standard configuration. This is not possible to define `SITE_DB_TEMPLATE` in this template because it is included before.''
     48''Note: if you use a non standard value for `SITE_FUNCTIONS_TEMPLATE`, `CLUSTER_INFO_TEMPLATE` or `SITE_CONFIG_TEMPLATE`, it is recommended to define these variables in `SITE_GLOBAL_VARS_TEMPLATE` to ensure consistency with standard configuration. This is not possible to define `SITE_DB_TEMPLATE` in this template because it is included before.''
    4849
    4950A typical definition of these variables for sites still using non-namespaced templates for these site-specific templates is: