Skip to content

Borrow and Release servers from static arrays

rsvato edited this page Sep 17, 2014 · 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.
shared Bookean false If set to true, servers can be reused, i.e., its usage is unlimited

Example

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