From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 19 Jul 2006 20:20:55 -0000 Subject: [Cluster-devel] conga/luci cluster/form-macros cluster/index_h ... Message-ID: <20060719202055.12400.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: rmccabe at sourceware.org 2006-07-19 20:20:53 Modified files: luci/cluster : form-macros index_html luci/homebase : form-macros index_html Log message: cluster create, and cluster remove (stop managing) bits Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/index_html.diff?cvsroot=cluster&r1=1.12&r2=1.13 --- conga/luci/cluster/form-macros 2006/07/14 16:09:39 1.4 +++ conga/luci/cluster/form-macros 2006/07/19 20:20:53 1.5 @@ -68,17 +68,25 @@

Cluster Form

-
+ + + +
+ +
- +

Add a Cluster

+ +
@@ -136,6 +144,78 @@
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Cluster Name: + +
+
Node HostnameRoot Password
+
+ Check if cluster node passwords are identical. +
+
+
+ +
+
+ + + + +
+ + +
@@ -259,7 +339,7 @@ - +

Add a Node to a Cluster

--- conga/luci/cluster/index_html 2006/07/05 20:26:00 1.3 +++ conga/luci/cluster/index_html 2006/07/19 20:20:53 1.4 @@ -195,6 +195,33 @@

Future Site of Forms

+ + + +
+
+ +
+
    + +
  • + +
+
+ +
+
+ +
+

The following errors occurred:

+
    + +
  • + +
+
End of main content block --- conga/luci/homebase/form-macros 2006/07/18 19:25:20 1.28 +++ conga/luci/homebase/form-macros 2006/07/19 20:20:53 1.29 @@ -1,7 +1,7 @@ - $Id: form-macros,v 1.28 2006/07/18 19:25:20 rmccabe Exp $ + $Id: form-macros,v 1.29 2006/07/19 20:20:53 rmccabe Exp $ @@ -71,8 +71,6 @@ -
@@ -135,8 +133,6 @@ -
@@ -431,9 +427,6 @@ - - @@ -507,9 +500,6 @@ - -

Add Cluster

@@ -541,14 +531,6 @@ - - - - - @@ -559,7 +541,7 @@ id python: '__SYSTEM' + str(sysNum) + ':Addr'; name python: '__SYSTEM' + str(sysNum) + ':Addr'; value python: node['ricci_host']; - class python: 'hbInputSys' + nodeClassExt; + class python: 'hbInputSys' + ('errors' in node and ' error' or ''); disabled python: nodeAuth and 1 or 0" /> @@ -568,7 +550,7 @@ tal:attributes=" type python: nodeAuth and 'text' or 'password'; value python: nodeAuth and '[authenticated]' or ''; - class python: 'hbInputPass' + nodeClassExt; + class python: 'hbInputPass' + ('errors' in node and ' error' or ''); id python: '__SYSTEM' + str(sysNum) + ':Passwd'; name python: '__SYSTEM' + str(sysNum) + ':Passwd'; disabled python: nodeAuth and 1 or 0" @@ -617,9 +599,6 @@ - -

Manage an Existing Cluster

Enter one node from the cluster you wish to add to the Luci management interface.

--- conga/luci/homebase/index_html 2006/07/18 19:25:20 1.12 +++ conga/luci/homebase/index_html 2006/07/19 20:20:53 1.13 @@ -15,7 +15,7 @@ xml:lang language"> - $Id: index_html,v 1.12 2006/07/18 19:25:20 rmccabe Exp $ + $Id: index_html,v 1.13 2006/07/19 20:20:53 rmccabe Exp $ @@ -64,7 +64,6 @@ -