Changes between Version 43 and Version 44 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
May 18, 2007, 10:10:08 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v43 v44  
    401401
    402402To activate MPI support on the CE and WNs, you need to define variable `ENABLE_MPI` to `true` in your site parameters (normally `pro_lcg2_config_site.tpl`). It is disabled by default.
     403
     404
     405== RPMs Repositories ==
     406
     407[source:templates/trunk/grid/glite-3.0.0/repository/glite.tpl repository/glite.tpl] describes the RPM repositories used to locate RPMs required by gLite templates. The version shipped with gLite-3.0.2-11 requires 5 RPMs repositories :
     408 * `glite_3_0_0` : gLite RPMs shipped with gLite 3.0.0.
     409 * `glite_3_0_0_externals` : RPMs required by gLite and shipped with it but developed and maintained outside gLite.
     410 * `glite_3_0_0_updates` : updates to gLite base RPMs.
     411 * `mpi` : RPMs related to MPI.
     412 * `ca` : CA RPMs as distributed by Grid PMA.
     413
     414This is not required to use this structure and you can edit this template to match your local conventions, if different. When upgrading QWG templates, be sure to revert changes to this template.
     415
     416A template version of these RPMs is distributed as part of examples ([source:templates/trunk/site/example/repository]). They can be used to compile examples but for deployment of a real configuration, you need to build your own version of these templates. You can build an initial version of these repositories by downloading RPMs from the URL mentioned at top the template examples with `wget` or [source:SCDB/tags/pro/src/utils/misc/rpmUpdates.pl src/utils/misc/rpmUpdates.pl]. Then update the URL at the top of the template examples.
     417
     418
     419