From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 22 Jan 2007 17:06:01 -0000 Subject: [Cluster-devel] conga/luci/cluster resource-form-macros resour ... Message-ID: <20070122170601.9019.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 2007-01-22 17:06:00 Modified files: luci/cluster : resource-form-macros resource_form_handlers.js Log message: vm resources need special handling. to fix later. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.27&r2=1.28 --- conga/luci/cluster/resource-form-macros 2007/01/20 04:50:19 1.28 +++ conga/luci/cluster/resource-form-macros 2007/01/22 17:05:59 1.29 @@ -149,10 +149,6 @@
- -
- -
@@ -325,10 +321,6 @@
- -
- -
@@ -1241,171 +1233,6 @@
-
-

Virtual Machine Configuration

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name - -
Domain - -
Recovery Options - -
Memory Size - -
Bootloader - -
Config File - -
Root disk for the VM (physical, on the host) - -
Root disk for the VM (as presented to the VM) - -
Swap disk for the VM (physical, on the host) - -
Swap disk for the VM (as presented to the VM) - -
Virtual interface MAC address - -
-
- -
-

Tomcat 5 Configuration

--- conga/luci/cluster/resource_form_handlers.js 2007/01/20 04:50:19 1.27 +++ conga/luci/cluster/resource_form_handlers.js 2007/01/22 17:06:00 1.28 @@ -123,11 +123,6 @@ return (errors); } -function validate_vm(form) { - var errors = new Array(); - return (errors); -} - function validate_nfs_export(form) { var errors = new Array(); return (errors); @@ -258,7 +253,6 @@ form_validators['gfs'] = validate_gfs; form_validators['scr'] = validate_script; form_validators['smb'] = validate_samba; -form_validators['vm'] = validate_vm; form_validators['apache'] = validate_apache; form_validators['tomcat-5'] = validate_tomcat5; form_validators['postgres-8'] = validate_postgres8;