Skip to content

Borrow and Release servers from static arrays

Svyatoslav Reyentenko edited this page Aug 1, 2012 · 2 revisions

Step 'borrowServers'

Step parameters

Name Type Mandatory Description
role String Y Specify the role of the server taken in current environment
serverArray String Y Name of a server array to take server from
quantity Number   Number of servers to attach to current environment (parameter have no effect if serverIds is provided)
serverIds List of strings   Id of servers from specified array to attach to current environment.

Example

borrowServers {
    role = "database"
    serverArray = "solaris based servers"
    quantity = 2
    phase = "provision"
}
Clone this wiki locally