Previous Topic: Configure DCM PropertiesNext Topic: vCloud Director Properties


DCM General Properties

This section describes the properties that apply to all VLM providers.

You must configure the following property in the local.properties file:

You must configure the following properties in the site.properties file:

 

lisa.net.bindToAddress

The fully qualified domain name or IP address of the computer where the registry is located. The domain name or IP address must be addressable by any computer that is connected to a network outside of the network in which the registry resides.

Syntax:

lisa.net.bindToAddress=<fully-qualified-domain-name-or-IP-address> 
lisa.dcm.labstartup.min

The number of minutes that DevTest waits for the VLM provider to start a lab.

Syntax:

lisa.dcm.labstartup.min=<integer> 
lisa.dcm.lisastartup.min

The number of minutes that DevTest waits after the VLM provider has started a lab for DevTest to be properly initialized.

Syntax:

lisa.dcm.lisastartup.min=<integer> 
lisa.dcm.lisashutdown.min

The number of minutes that DevTest will wait after the test execution has completed to shut down a lab.

Syntax:

lisa.dcm.lisashutdown.min=<integer> 
lisa.dcm.lab.cache.sec

DevTest maintains a cache of the VLM project configuration. This property specifies how often DevTest accesses the VLM provider to see whether the cache must be updated (for example, an environment may have been added). The value is in seconds.

Syntax:

lisa.dcm.lab.cache.sec=<integer>

Default: 180

lisa.dcm.lab.factories

The name of the object that contains cloud support logic for a specific VLM provider. The only valid value is com.itko.lisa.cloud.vCloud.vCloudDirectorCloudSupport.

Syntax:

lisa.dcm.lab.factories=<object-name> 
lisa.net.timeout.ms

The timeout value (in milliseconds) used by the underlying messaging system. This property is not cloud specific. Modify the value for cloud integration because some operations can take longer than the default.

Syntax:

lisa.net.timeout.ms=<integer>

Default: 30