Author: arkurth
Date: Mon Oct  5 13:09:14 2009
New Revision: 821783

URL: http://svn.apache.org/viewvc?rev=821783&view=rev
Log:
Added some descriptive text to the management node parts of the README file.

Modified:
    incubator/vcl/trunk/README

Modified: incubator/vcl/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev=821783&r1=821782&r2=821783&view=diff
==============================================================================
--- incubator/vcl/trunk/README (original)
+++ incubator/vcl/trunk/README Mon Oct  5 13:09:14 2009
@@ -9,7 +9,7 @@
 
 Dependencies:
 
-web frontend:
+Web Frontend:
 Apache HTTP Server v1.3 or v2.x with SSL enabled
 php 5.0 or later
 php modules (some of these may be built in for your distro):
@@ -25,49 +25,54 @@
 Dojo Toolkit 0.4.0
 Dojo Toolkit 1.1.0
 
-database:
+Database:
 MySQL 5.0 or later
 
-backend:
-Tested on CentOS5, Red Hat Advanced Server 4,5, RedHat Fedora Core
-MySQL 5 client
-Nmap - security scanner
-openssh client - All tested OS's had this installed by default
-Perl 5.8.0 or later
-perl modules (some of these may be built in for your distro):
-NOTE:A script is provided which attempts to install the perl-modules, please
-see Section III step 2 "Installing Required perl modules" of the INSTALLATION 
file.
-- MailTools-2.04
-- Class-Data-Inheritable-0.08
-- Devel-StackTrace-1.20
-- Exception-Class-1.26
-- Object-InsideOut-3.52
-- Module-Build-0.30
-- Net-XMPP-1.02
-- GSSAPI-0.26
-- Digest-SHA1-2.12
-- Digest-HMAC-1.01
-- GBARR/Authen-SASL-2.12
-- XML-Stream-1.22
-- Net-Jabber-2.0
-- YAML-0.68
-- RPC-XML-0.64
-- XML-Parser-2.36
-- Crypt-SSLeay-0.57
-- Compress-Raw-Zlib-2.020
-- IO-Compress-2.020
-- DBI-1.609
-- libwww-perl-5.827
+Management Node Backend:
+- OS - tested on CentOS 5, RedHat Advanced Server 4&5, RedHat Fedora Core
+- MySQL 5 client
+- Nmap - security scanner
+- OpenSSH client - all tested OS's had this installed by default
+- Perl 5.8.0 or later
+
+Management Node Perl Modules:
+The following Perl modules are available from CPAN (www.cpan.org). Some of the
+required modules may be built into your Perl distribution. A script is provided
+which attempts to install the Perl modules. See the "Installing Required Perl
+modules" section of the INSTALLATION file.
+- MailTools 2.04
+- Class-Data-Inheritable 0.08
+- Devel-StackTrace 1.20
+- Exception-Class 1.26
+- Object-InsideOut 3.52
+- Module-Build 0.30
+- Net-XMPP 1.02
+- GSSAPI 0.26
+- Digest-SHA1 2.12
+- Digest-HMAC 1.01
+- GBARR/Authen-SASL 2.12
+- XML-Stream 1.22
+- Net-Jabber 2.0
+- YAML 0.68
+- RPC-XML 0.64
+- XML-Parser 2.36
+- Crypt-SSLeay 0.57
+- Compress-Raw-Zlib 2.020
+- IO-Compress 2.020
+- DBI 1.609
+- libwww-perl 5.827
 - HTTP-Headers
 
-Backend Conditional Dependencies:
-xCAT 1.3,2.1 - used for provisioning bare-metal machines, using the xcat 
modules
-vmware toolkit - for provisioning virtual machines on ESX and ESXi
-DHCP service installed and running for managinging IP's on the private
-network.
-Provisioning Windows OS:
-Sysprep - for loading correct device drivers for Windows based environments
-NewSID - Windows SID Changing Utility
-SPDrvScn - Windows Driver Scanning Utility
-WSName - Workstation Name Changing Utility
-
+Management Node Backend Conditional Dependencies:
+- xCAT 1.3 - used for provisioning bare metal machines using the xCAT.pm module
+- xCAT 2.1 - used for provisioning bare metal machines using the xCAT21.pm
+  module
+- VMware toolkit - for provisioning virtual machines on ESX and ESXi using the
+  esx.pm module
+- DHCP service installed and running for managinging IP's on the private 
network
+- Sysprep - used for preparing Windows environments before an image is captured
+- NewSID - used for preparing Windows environments before an image is captured
+- SPDrvScn - used for scanning device drivers for Windows environments before 
an
+  image is captured
+- WSName - used to change the computer name of a Windows environment during the
+  load process


Reply via email to