Changes between Version 4 and Version 5 of Obsolete/Development/Templates/gLite


Ignore:
Timestamp:
Jul 25, 2008, 10:43:23 AM (17 years ago)
Author:
jouvin
Comment:

--

Legend:

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

    v4 v5  
    2525== Where to Find Documentation ==
    2626
     27This is one of the difficulties... There is no central place where you can expect to find the documentation about configuring a service. But there are a few places where you can expect to find some useful information or pointers, mainly:
     28 * [http://glite.web.cern.ch/glite/documentation/default.asp gLite web site]: there is generally at least some basic information on how to configure the service, most of the documentation is more about using or administering the service. But it may be worth to have a look...
     29 * CERN Twiki pages: there you may find some useful information for services heavily used by LCG, like WMS, FTS, DPM... Finding the URLs is not always trivial, Google is your best friend there...
     30 
     31The most useful source of information to start is probably YAIM scripts. This is in fact just one example on how to configure a service, there are sometimes other variants and for several services QWG doesn't do exactly the same way as YAIM to provide more flexibility. But at least, this is a configuration generally working that can be used as a starting point. YAIM scripts are just shell scripts and are in 2 directories:
     32 * `/opt/glite/yaim/node.d`: there is one script for each machine type. This is pretty much an equivalent for QWG templates in `machine-types/`. It gives the full list of YAIM scripts used to configure all the services required for this machine type and is a good source to identify what must be in  `service.tpl`.
     33 * `/opt/glite/yaim/scripts`: there is one script for configuring each individual service. This is where to look to get an idea of what should be done in `config.tpl` for a high-level or low-level service.
    2734
     35Last but not least, another useful source of information is [source:templates/tunk/grid/glite-3.1/glite templates] used to configured another gLite services. It may help to understand the layout and identify what is generally done in one category of templates.
    2836
    2937== How to Start with a New gLite Service ==
     
    5058=== service.tpl ===
    5159
     60BDII, config.tpl, rpms/config.tpl, xxx_CONFIG_SITE
     61
    5262=== config.tpl ===
     63
     64components
    5365
    5466=== Machine type ===