Changes between Version 6 and Version 7 of Doc/gLite/WNCloning
- Timestamp:
- Dec 12, 2009, 3:04:56 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/WNCloning
v6 v7 42 42 * `SITE_FUNCTIONS_TEMPLATE`: name of the template defining site specific functions. Default: `site/functions`; 43 43 * `SITE_CONFIG_TEMPLATE`: name of the template defining the base site configuration. Default: `site/config`. 44 * `GLITE_SITE_PARAMS`: name of the template defining gLite site parameters. Default: `site/glite/config`.45 44 * `FILESYSTEM_CONFIG_SITE`: name of the template configuring the file systems. Default: `filesystem/config`. 46 45 * `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`. … … 56 55 }}} 57 56 57 === Cloning Postconfig === 58 59 It is possible to execute a site-specific template at the very end of the cloning process. This template will be executed only when a node is cloned. By default there is none. To use one, define variable `PROFILE_CLONING_CLONED_NODE_POSTCONFIG` to this template name. 60 61 It is harmless to define this variable on a node which is not cloned. 62 58 63 == Examples == 59 64