You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/07/20 18:15:58 UTC

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

Author: arkurth
Date: Mon Jul 20 16:15:58 2009
New Revision: 795896

URL: http://svn.apache.org/viewvc?rev=795896&view=rev
Log:
VCL-185
Added Ubuntu rows to module and OS tables in vcl.sql.

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=795896&r1=795895&r2=795896&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/vcl.sql (original)
+++ incubator/vcl/trunk/mysql/vcl.sql Mon Jul 20 16:15:58 2009
@@ -1220,7 +1220,8 @@
 (10, 'provisioning_vmware_esx', 'VMware ESX Provisioning Module', '', 'VCL::Module::Provisioning::esx'),
 (11, 'provisioning_xcat_21', 'xCAT 2.1 Provisioning Module', '', 'VCL::Module::Provisioning::xCAT21'),
 (12, 'os_winxp', 'Windows XP OS Module', '', 'VCL::Module::OS::Windows::Version_5::XP'),
-(13, 'os_win2003', 'Windows Server 2003 OS Module', '', 'VCL::Module::OS::Windows::Version_5::2003');
+(13, 'os_win2003', 'Windows Server 2003 OS Module', '', 'VCL::Module::OS::Windows::Version_5::2003'),
+(14, 'os_linux_ubuntu', 'Ubuntu Linux OS Module', '', 'VCL::Module::OS::Linux::Ubuntu');
 
 -- 
 -- Dumping data for table `OS`
@@ -1252,7 +1253,8 @@
 (26, 'rhfc9', 'RedHat Fedora Core 9 kickstart', 'linux', 'kickstart', 'rhfc9', 5),
 (27, 'fc9image', 'RedHat Fedora Core 9 image', 'linux', 'partimage', 'image', 5),
 (28, 'winvista', 'Windows Vista', 'windows', 'partimage', 'image', 7),
-(29, 'centos5image', 'centos5image', 'linux', 'partimage', 'image', 5);
+(29, 'centos5image', 'centos5image', 'linux', 'partimage', 'image', 5),
+(30, 'ubuntuimage', 'Ubuntu image', 'linux', 'partimage', 'image', 14);
 
 -- 
 -- Dumping data for table `OSinstalltype`