Re: vmprofile and vmtype tables in vcl.sql

2009-04-09 Thread Brian Bouterse
Since ESX and ESX 3i both use the VMware API, VCL can name them different things in the vmtype table, and try to treat them differently, but it's a useless distinction. Since the API's are the same, the integration effort should not be duplicating work by treating them differently.

Re: vmprofile and vmtype tables in vcl.sql

2009-04-09 Thread Aaron Peeler
--On April 9, 2009 1:48:40 PM -0400 Brian Bouterse bmbou...@ncsu.edu wrote: Since ESX and ESX 3i both use the VMware API, VCL can name them different things in the vmtype table, and try to treat them differently, but it's a useless distinction. Since the API's are the same, the integration

Re: vmprofile and vmtype tables in vcl.sql

2009-04-08 Thread Brian Bouterse
Yes, one of the two vmwareGSX and vmwarefreeserver entries in the vmtype table should be removed because they are redundant. Speaking of redundancy in the vmtype table vcl.sql file, I'm confused about why there are independent entries for ESX and ESX 3i. The esx.pm provisioning module

Re: vmprofile and vmtype tables in vcl.sql

2009-04-08 Thread Aaron Peeler
I don't think I've seen the vmwareGSX name used in a while at the vmware sites, so we could just drop that entry. Just need to double check the code first to see if it matters. Speaking of redundancy in the vmtype table vcl.sql file, I'm confused about why there are independent entries for

Re: vmprofile and vmtype tables in vcl.sql

2009-04-08 Thread Aaron Peeler
doh - hit send too soon... I don't think I've seen the vmwareGSX name used in a while at the vmware sites, so we could just drop that entry. Just need to double check the code first to see if it matters. Speaking of redundancy in the vmtype table vcl.sql file, I'm confused about why