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 2010/05/04 17:01:39 UTC

svn commit: r940886 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm

Author: fapeeler
Date: Tue May  4 15:01:39 2010
New Revision: 940886

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

Removed reference to IMAGELIB*, values are available through datastructure.pm.

This module is not using any image retrivial method, if peer managementment nodes are enabled.


Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm?rev=940886&r1=940885&r2=940886&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm Tue May  4 15:01:39 2010
@@ -70,31 +70,7 @@ use VMware::VILib;
 
 ##############################################################################
 
-=head1 CLASS ATTRIBUTES
-
-=cut
-
-=head2 %VMWARE_CONFIG
-
- Data type   : hash
- Description : %VMWARE_CONFIG is a hash containing the general VMWARE configuration
-               for the management node this code is running on. Since the data is
-					the same for every instance of the VMWARE class, a class attribute
-					is used and the hash is shared among all instances. This also
-					means that the data only needs to be retrieved from the database
-					once.
-
-=cut
-
-#my %VMWARE_CONFIG;
-
-# Class attributes to store VMWWARE configuration details
-# This data also resides in the %VMWARE_CONFIG hash
-# Extract hash data to scalars for ease of use
-my $IMAGE_LIB_ENABLE  = $IMAGELIBENABLE;
-my $IMAGE_LIB_USER    = $IMAGELIBUSER;
-my $IMAGE_LIB_KEY     = $IMAGELIBKEY;
-my $IMAGE_LIB_SERVERS = $IMAGESERVERS;
+=head1 Local GLOBAL VARIABLES
 
 our $VMTOOL_ROOT;
 our $VMTOOLKIT_VERSION;