Changes between Version 6 and Version 7 of Development/Scrum/QWG-EMI1


Ignore:
Timestamp:
Jun 27, 2012, 6:52:39 PM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LLR/CN=Andrea Sartirana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Scrum/QWG-EMI1

    v6 v7  
    8383}}}
    8484
    85 * some reconfigurations (see below [point1 (1)]) have all been grouped at the beginning of
     85* some reconfigurations (see below [#point1 (1)]) have all been grouped at the beginning of
    8686
    8787  {{{cfg/grid/emi-1/glite/cream_ce/config.tpl}}}
     
    9191* commented the line
    9292
     93{{{
    9394  include { if ( CREAM_HOMEDIR_CLEANUP ) 'lcg/ce/cleanup-accounts' };
     95}}}
    9496
    9597  in
    9698
    97    cfg/grid/emi-1/glite/cream_ce/config.tpl
     99   {{{cfg/grid/emi-1/glite/cream_ce/config.tpl}}}
    98100
    99101  as it was not compiling. Should check further.
     
    101103* some of the rpm included in
    102104
    103   cfg/grid/emi-1/glite/wn/rpms/x86_64/config.tpl
     105  {{{cfg/grid/emi-1/glite/wn/rpms/x86_64/config.tpl}}}
    104106
    105   (see the list below [2]) are suspicious. Should doublecheck that this
     107  (see the list below [#point2 (2)]) are suspicious. Should doublecheck that this
    106108  is the good place to include them.
    107109
    108110* workaround by Fred for globuscfg component failure in EMI (some features are now useless).
    109111  At the beginning of:
    110          cfg/grid/emi-1/glite/wn/service.tpl
     112         {{{cfg/grid/emi-1/glite/wn/service.tpl}}}
    111113
    112114* EMI_LOCATION* variables defined at the beginning of
    113115
    114   cfg/grid/emi-1/machine-types/ce.tpl
     116  {{{cfg/grid/emi-1/machine-types/ce.tpl}}}
    115117
    116118  probably not the good place
    117119
    118120* had to remove some 32bit packages explicitly in the machine profile/
    119   See list below [3]
     121  See list below [#point3 (3)]
    120122
    121123
     
    145147
    146148
    147 [2]
     149[=#point2 (2)]
    148150"/software/packages"=pkg_repl("c-ares","1.6.0-2.el5","x86_64");
    149151"/software/packages"=pkg_repl("util-c","1.3.1-1.sl5","x86_64");
     
    168170"/software/packages"=pkg_repl("libsepol-devel","1.15.2-3.el5","x86_64");
    169171
    170 [3]
     172[=#point3 (3)]
    171173"/software/packages" = pkg_del("blas","3.0-37.el5","i386");
    172174"/software/packages" = pkg_del("blas-devel","3.0-37.el5","i386");