From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 8 Aug 2007 21:18:48 -0000 Subject: [Cluster-devel] conga/luci cluster/fence_device.js cluster/for ... Message-ID: <20070808211848.27390.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 2007-08-08 21:18:46 Modified files: luci/cluster : fence_device.js form-chooser form-macros resource_form_handlers.js validate_config_fence.js validate_config_general.js validate_config_gulm.js validate_config_multicast.js validate_config_qdisk.js validate_create_gulm.js validate_fdom.js validate_fence.js Added files: luci/cluster : validate_xvm_key.js luci/plone-custom: conga_ajax.js Log message: Fix 230451, pass 4 - luci frontend support for managing fence_xvm keys, pass 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.6&r2=1.2.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12.2.5&r2=1.12.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.27&r2=1.90.2.28 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.10&r2=1.20.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_general.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.4.1&r2=1.3.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_create_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.1&r2=1.1.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fdom.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.4.1&r2=1.3.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.5&r2=1.1.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 /cvs/cluster/conga/luci/cluster/validate_xvm_key.js,v --> standard output revision 1.1.2.1 --- conga/luci/cluster/fence_device.js 2007/07/12 04:41:39 1.2.2.6 +++ conga/luci/cluster/fence_device.js 2007/08/08 21:18:46 1.2.2.7 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + var num_fences_level = [ 0, 0 ]; var num_fence_instances = []; --- conga/luci/cluster/form-chooser 2007/03/12 04:22:25 1.12.2.5 +++ conga/luci/cluster/form-chooser 2007/08/08 21:18:46 1.12.2.6 @@ -152,11 +152,12 @@
-
- + +
+ --- conga/luci/cluster/form-macros 2007/07/26 20:31:05 1.90.2.27 +++ conga/luci/cluster/form-macros 2007/08/08 21:18:46 1.90.2.28 @@ -531,6 +531,12 @@ + + @@ -917,7 +923,7 @@
-
+ + + +
 
+ XVM fence daemon key distribution + + + + + + + + + + + + +
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ Enter a node hostname from the host cluster + + +
+ Enter a node hostname from the hosted (virtual) cluster + + +
+ +
+ + @@ -974,7 +1042,8 @@
+ id="fence_config_submit" + onClick="validate_form(this.form)" />
@@ -5301,6 +5370,10 @@
+
+ +
+
--- conga/luci/cluster/resource_form_handlers.js 2007/07/27 19:11:32 1.20.2.10 +++ conga/luci/cluster/resource_form_handlers.js 2007/08/08 21:18:46 1.20.2.11 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + function swap_in_global_res(container_id, sel, replace, form) { sel.id = null; var container = document.getElementById(container_id); --- conga/luci/cluster/validate_config_fence.js 2006/10/04 16:39:07 1.3 +++ conga/luci/cluster/validate_config_fence.js 2007/08/08 21:18:46 1.3.2.1 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + function validate_form(form) { var errors = new Array(); --- conga/luci/cluster/validate_config_general.js 2007/03/01 00:31:08 1.3.2.1 +++ conga/luci/cluster/validate_config_general.js 2007/08/08 21:18:46 1.3.2.2 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + function validate_form(form) { var errors = new Array(); var name = null; --- conga/luci/cluster/validate_config_gulm.js 2007/03/01 00:31:08 1.3.4.1 +++ conga/luci/cluster/validate_config_gulm.js 2007/08/08 21:18:46 1.3.4.2 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + function validate_form(form) { var errors = new Array(); var lscount = 0; --- conga/luci/cluster/validate_config_multicast.js 2006/10/04 17:24:58 1.3 +++ conga/luci/cluster/validate_config_multicast.js 2007/08/08 21:18:46 1.3.2.1 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + var prev_mcast_str = ''; function disable_mcast(addrId) { --- conga/luci/cluster/validate_config_qdisk.js 2007/07/12 04:41:39 1.4.2.3 +++ conga/luci/cluster/validate_config_qdisk.js 2007/08/08 21:18:46 1.4.2.4 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + var heuristic_names = [ ':hprog', ':hinterval', ':hscore', ':hdel' ]; function clear_heuristic(form, heur_num) { --- conga/luci/cluster/validate_create_gulm.js 2007/03/01 00:31:08 1.1.4.1 +++ conga/luci/cluster/validate_create_gulm.js 2007/08/08 21:18:46 1.1.4.2 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + var lockservers = new Array(); function toggle_gulm(form, lock_type) { --- conga/luci/cluster/validate_fdom.js 2007/03/01 00:31:08 1.3.4.1 +++ conga/luci/cluster/validate_fdom.js 2007/08/08 21:18:46 1.3.4.2 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + function fdom_set_prioritized(form, state) { var prilist = form.getElementsByTagName('input'); if (!prilist) --- conga/luci/cluster/validate_fence.js 2007/07/26 04:14:14 1.1.2.5 +++ conga/luci/cluster/validate_fence.js 2007/08/08 21:18:46 1.1.2.6 @@ -1,3 +1,12 @@ +/* +** Copyright (C) 2006-2007 Red Hat, Inc. +** +** This program is free software; you can redistribute +** it and/or modify it under the terms of version 2 of the +** GNU General Public License as published by the +** Free Software Foundation. +*/ + var fence_inst_validator = []; fence_inst_validator['apc'] = [ 'port', 'switch' ]; fence_inst_validator['bladecenter'] = [ 'blade' ]; /cvs/cluster/conga/luci/plone-custom/conga_ajax.js,v --> standard output revision 1.2.2.1