You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2009/03/19 17:55:01 UTC

svn commit: r756085 - /incubator/vcl/trunk/mysql/vcl.sql

Author: fapeeler
Date: Thu Mar 19 16:55:00 2009
New Revision: 756085

URL: http://svn.apache.org/viewvc?rev=756085&view=rev
Log:
VCL-111

Added defaults to  vmtype table. These are also referenced in the
vmprofile table.


Modified:
    incubator/vcl/trunk/mysql/vcl.sql

Modified: incubator/vcl/trunk/mysql/vcl.sql
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/vcl.sql?rev=756085&r1=756084&r2=756085&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/vcl.sql (original)
+++ incubator/vcl/trunk/mysql/vcl.sql Thu Mar 19 16:55:00 2009
@@ -1534,6 +1534,18 @@
 (3, 'Vmware ESX standard localdisk', 5, 9, NULL, '/vmfs/volumes/storage1', NULL, 'VM Network', 'Virtual Machine Public Network', 'localdisk'),
 (4, 'Vmware ESX SAN ', 5, 9, NULL, '/vmfs/volumes/NetApp', '/vmfs/volumes/storage1', 'Intranet2', 'MCNC Public', 'networkdisk');
 
+-- 
+-- Dumping data for table `vmtype`
+-- 
+
+INSERT INTO `vmtype` (`id`, `name`) VALUES
+(1, 'vmware'),
+(2, 'xen'),
+(3, 'vmwareGSX'),
+(4, 'vmwarefreeserver'),
+(5, 'vmwareESX3'),
+(6, 'vmwareESXi');
+
 -- =========================================================
 
 --