From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 12 Oct 2006 21:00:50 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061012210050.15475.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: kupcevic at sourceware.org 2006-10-12 21:00:49 Modified files: luci/site/luci/Extensions: cluster_adapters.py ricci_bridge.py Log message: luci: install_rpms - omissions Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.106&r2=1.107 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.23&r2=1.24 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/12 20:54:39 1.106 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/12 21:00:49 1.107 @@ -183,7 +183,8 @@ True, True, enable_storage, - False) + False, + rhn_dl) if not batchNode: nodeUnauth(nodeList) cluster_properties['isComplete'] = False @@ -314,7 +315,8 @@ True, True, enable_storage, - False) + False, + rhn_dl) if not batchNode: raise del nodeList[i] --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/10 21:33:29 1.23 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/12 21:00:49 1.24 @@ -639,7 +639,8 @@ install_base, install_services, install_shared_storage, - install_LVS): + install_LVS, + upgrade_rpms): batch = '' batch += '' @@ -647,8 +648,14 @@ batch += '' batch += '' batch += '' + batch += '' batch += '' - if install_base: + if install_base or install_services or install_shared_storage: batch += '' if install_services: batch += '' @@ -714,7 +721,8 @@ install_base, install_services, install_shared_storage, - install_LVS): + install_LVS, + upgrade_rpms): batch = '' batch += '' @@ -722,8 +730,14 @@ batch += '' batch += '' batch += '' + batch += '' batch += '' - if install_base: + if install_base or install_services or install_shared_storage: batch += '' if install_services: batch += ''