Changes between Version 15 and Version 16 of Obsolete/Development/Templates/Generated


Ignore:
Timestamp:
Jun 20, 2007, 9:23:01 AM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Templates/Generated

    v15 v16  
    2121== gLite Templates ==
    2222
    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 :
     23Templates 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 :
    2424 * `config.tpl` : the entry point
    2525 * `schema.tpl` : defines all the supported PAN resources/properties for this component
    2626 * `defaults.tpl` : defines a sensible default value for each property, according to the content of XML file for the service.
     27
     28Look at `README` file in `utils` directory for instructions on how to use the tools and generate these files.
    2729
    2830Before using this tool, all the glite*-config*rpm must be installed on the machine where the tool will be run.