Changes between Version 1 and Version 2 of Doc/gLite/WNCloning


Ignore:
Timestamp:
Dec 11, 2009, 4:38:08 PM (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

    v1 v2  
    3737=== Miscellaneous Configuration Options ===
    3838
    39 Profile cloning is configured at a very early stage of the compilation process. As a result, it doesn't have access to the variables defined by the standard configuration process but needs to access directly some of specific site templates. If you don't use the standard names for these profiles, you should define the following variables:
    40  * `SITE_DATABASES`: name of the template defining variables `DB_MACHINES` and `DB_IP`. Default: `site/databases`.
    41  * `SITE_GLOBAL_VARIABLES`: name of the template defining global variables for the site. Default: `site/global_variables`.
    42  * `SITE_FUNCTIONS`: name of the template defining site specific functions. Default: `site/functions`;
    43  * `SITE_CONFIG`: name of the template defining the base site configuration. Default: `site/config`.
     39Profile cloning is configured at a very early stage of the compilation process. As a result, it doesn't have access to the variables defined by the standard configuration process but needs to access directly some of specific site templates. If you don't use the standard names for these profiles, you should define the following variables (that are used by the standard configuration process and have the same defaults):
     40 * `SITE_DB_TEMPLATE`: name of the template defining variables `DB_MACHINES` and `DB_IP`. Default: `site/databases`.
     41 * `SITE_GLOBAL_VARS_TEMPLATE`: name of the template defining global variables for the site. Default: `site/global_variables`.
     42 * `SITE_FUNCTIONS_TEMPLATE`: name of the template defining site specific functions. Default: `site/functions`;
     43 * `SITE_CONFIG_TEMPLATE`: name of the template defining the base site configuration. Default: `site/config`.
    4444 * `GLITE_SITE_PARAMS`: name of the template defining gLite site parameters. Default: `site/glite/config`.
    4545 * `FILESYSTEM_CONFIG_SITE`: name of the template configuring the file systems. Default: `filesystem/config`.
    46  *  `FILESYSTEM_LAYOUT_CONFIG_SITE`: name of the template defining the file system layout, used by the standard file system configuration template. No default.
     46 *  `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`.
    4747 
    4848A typical definition of these variables for sites still using non-namespaced templates for these site-specific templates is: