Changeset 586

Show
Ignore:
Timestamp:
06/20/07 14:06:50 (1 year ago)
Author:
kindlund
Message:

Added master VM cfg support into configuration file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/etc/honeyclient.xml

    r529 r586  
    430430        <!-- HoneyClient::Manager::VM Options --> 
    431431        <VM> 
    432             <!-- Note: This port should be unique and not already in use by other modules, services, or daemons running on the host system. --> 
    433             <port description="The TCP port number that the SOAP server for all Manager modules will listen on for requests." default="8089"> 
     432            <master_vm_config description="The full absolute path to the VM configuration file on the host system that will be used by all subsequent cloned VMs."> 
     433                /vm/master-vms/Agent.Master-20/winXPPro.cfg 
     434            </master_vm_config> 
     435            <port description="The TCP port number that the SOAP server of the VM daemon will listen on for requests.  Note: This port should be unique and not already be used by other modules, services, or daemons running on the host system." default="8089"> 
    434436                8089 
    435437            </port>