Changes between Version 6 and Version 7 of Development/Scrum/QWG-EMI1
- Timestamp:
- Jun 27, 2012, 6:52:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Scrum/QWG-EMI1
v6 v7 83 83 }}} 84 84 85 * some reconfigurations (see below [ point1 (1)]) have all been grouped at the beginning of85 * some reconfigurations (see below [#point1 (1)]) have all been grouped at the beginning of 86 86 87 87 {{{cfg/grid/emi-1/glite/cream_ce/config.tpl}}} … … 91 91 * commented the line 92 92 93 {{{ 93 94 include { if ( CREAM_HOMEDIR_CLEANUP ) 'lcg/ce/cleanup-accounts' }; 95 }}} 94 96 95 97 in 96 98 97 cfg/grid/emi-1/glite/cream_ce/config.tpl99 {{{cfg/grid/emi-1/glite/cream_ce/config.tpl}}} 98 100 99 101 as it was not compiling. Should check further. … … 101 103 * some of the rpm included in 102 104 103 cfg/grid/emi-1/glite/wn/rpms/x86_64/config.tpl105 {{{cfg/grid/emi-1/glite/wn/rpms/x86_64/config.tpl}}} 104 106 105 (see the list below [ 2]) are suspicious. Should doublecheck that this107 (see the list below [#point2 (2)]) are suspicious. Should doublecheck that this 106 108 is the good place to include them. 107 109 108 110 * workaround by Fred for globuscfg component failure in EMI (some features are now useless). 109 111 At the beginning of: 110 cfg/grid/emi-1/glite/wn/service.tpl112 {{{cfg/grid/emi-1/glite/wn/service.tpl}}} 111 113 112 114 * EMI_LOCATION* variables defined at the beginning of 113 115 114 cfg/grid/emi-1/machine-types/ce.tpl116 {{{cfg/grid/emi-1/machine-types/ce.tpl}}} 115 117 116 118 probably not the good place 117 119 118 120 * had to remove some 32bit packages explicitly in the machine profile/ 119 See list below [ 3]121 See list below [#point3 (3)] 120 122 121 123 … … 145 147 146 148 147 [ 2]149 [=#point2 (2)] 148 150 "/software/packages"=pkg_repl("c-ares","1.6.0-2.el5","x86_64"); 149 151 "/software/packages"=pkg_repl("util-c","1.3.1-1.sl5","x86_64"); … … 168 170 "/software/packages"=pkg_repl("libsepol-devel","1.15.2-3.el5","x86_64"); 169 171 170 [ 3]172 [=#point3 (3)] 171 173 "/software/packages" = pkg_del("blas","3.0-37.el5","i386"); 172 174 "/software/packages" = pkg_del("blas-devel","3.0-37.el5","i386");