From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 11 Dec 2006 23:58:02 -0000 Subject: [Cluster-devel] conga luci/cluster/form-macros luci/homebase/v ... Message-ID: <20061211235802.30913.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 Branch: RHEL5 Changes by: rmccabe at sourceware.org 2006-12-11 23:58:01 Modified files: luci/cluster : form-macros luci/homebase : validate_cluster_add.js luci/site/luci/Extensions: cluster_adapters.py ricci_bridge.py ricci/modules/cluster: ClusterConf.cpp Log message: Related: bz212021, bz218941, bz219156 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.7&r2=1.90.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.13&r2=1.120.2.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.11&r2=1.30.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8&r2=1.8.2.1 --- conga/luci/cluster/form-macros 2006/12/07 17:54:31 1.90.2.7 +++ conga/luci/cluster/form-macros 2006/12/11 23:57:59 1.90.2.8 @@ -1325,7 +1325,7 @@ Hostname + tal:attributes="value cur_fencedev/hostname | cur_fencedev/ipaddr | nothing" /> @@ -2299,9 +2299,7 @@ global nodestatus python: here.getClusterStatus(request, ricci_agent); global nodeinfo python: here.getNodeInfo(modelb, nodestatus, request); global status_class python: 'node_' + (nodeinfo['nodestate'] == '0' and 'active' or (nodeinfo['nodestate'] == '1' and 'inactive' or 'unknown')); - global cluster_node_status_str python: (nodeinfo['nodestate'] == '0' and 'Cluster member' or (nodeinfo['nodestate'] == '1' and 'Currently not a cluster participant' or 'This node is not responding')); - global fenceinfo python: here.getFenceInfo(modelb, request); - global fencedevinfo python: here.getFencesInfo(modelb, request)" + global cluster_node_status_str python: (nodeinfo['nodestate'] == '0' and 'Cluster member' or (nodeinfo['nodestate'] == '1' and 'Currently not a cluster participant' or 'This node is not responding'))" /> @@ -2320,14 +2318,20 @@ @@ -2344,7 +2348,7 @@ + tal:condition="python: (nodeinfo['nodestate'] == '0' or nodeinfo['nodestate'] == '1') and not 'ricci_error' in nodeinfo">
@@ -2354,6 +2358,7 @@
+
+ +