Changes between Version 15 and Version 16 of Obsolete/Development/Templates/Generated
- Timestamp:
- Jun 20, 2007, 9:23:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/Generated
v15 v16 21 21 == gLite Templates == 22 22 23 Templates for pure gLite services are generated from file `.conf.xml` provided in the config RPM associated with each service. This is done by [source:SCDB/trunk/src/utils/misc/create_template.pl create_template.pl] tool, `utils/misc` in Quattor CVS. This tool generates 3 templates per service :23 Templates for pure gLite services are generated from file `.conf.xml` provided in the config RPM associated with each service. This is done by a set of tools in `utils` directory of `ncm-glite` component sources, in [http://quattor.org/Software Quattor CVS]. This tool generates 3 templates per service : 24 24 * `config.tpl` : the entry point 25 25 * `schema.tpl` : defines all the supported PAN resources/properties for this component 26 26 * `defaults.tpl` : defines a sensible default value for each property, according to the content of XML file for the service. 27 28 Look at `README` file in `utils` directory for instructions on how to use the tools and generate these files. 27 29 28 30 Before using this tool, all the glite*-config*rpm must be installed on the machine where the tool will be run.