stackGroup - Stack Group (stackGroup)

The stack group configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName for the stack group. The attribute has no default value.
installDirPath to a directoryThe target installation directory for user packages from this stack group. The default value is the /wlp.usr directory. Use a period (.) and not a slash (/ or \) before the usr sub-directory.
transferTimeoutA period of time with second precision10mThe maximum file transfer time in seconds to wait while transferring an individual file of this stack group to a target host. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.
electionPortint20020The election port number to use for vertically deployed stack groups. Ensure all stacks deployed to the same host use the same election port.
wlpInstallDirPath to a directoryThe target installation directory for "wlp" type installables from this stack group. The default value is the /wlp directory.
jreInstallDirPath to a directoryThe target installation directory for "jre" type installables from this stack group. The default value is the /wlp.jre directory. Use a period (.) and not a slash (/ or \) before the jre sub-directory.
otherInstallDirPath to a directoryThe target installation directory for "other" type installables from this stack group. The default value is the /wlp.other directory. Use a period (.) and not a slash (/ or \) before the other sub-directory.
installableRefList of references to top level installable elements (comma-separated string).The installable configuration element
deployVariableRefList of references to top level deployVariable elements (comma-separated string).The deploy variable configuration element.
packageRefList of references to top level package elements (comma-separated string).The package configuration element.

installable

The installable configuration element

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringdefaultThe name of the installable archive file, for example, wlp.8555.zip.
typestringThe installable type. Valid values are wlp, jre, or other. This attribute overrides the type prefix of the installable name.
expandstringSpecifies whether to expand the installable during deployment. Valid values are yes, no, or auto. Overrides the default behavior determined by the installable file type. A no value disables unzip for installable zip files.The default value is auto, which determines whether to expand or not expand based on the installable file type. For example, auto selects to expand the zip file type.
sourceDirstringAbsolute path to the installable archive file. The default value is the path: ${WLP_STACK_GROUPS_DIR}/stack_name/installables
installDirstringAbsolute path to the installable target directory.

deployVariable

The deploy variable configuration element.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName for the deployVariable.
valuestringInitial value of the deployVariable.
incrementint0Increment value for the deployVariable.

package

The package configuration element.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringdefaultThe name of the package.
clusterNamestringdefaultThe name of the cluster mapped to the package.