The stack group configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name for the stack group. The attribute has no default value. | |
installDir | Path to a directory | The 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. | |
transferTimeout | A period of time with second precision | 10m | The 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. |
electionPort | int | 20020 | The election port number to use for vertically deployed stack groups. Ensure all stacks deployed to the same host use the same election port. |
wlpInstallDir | Path to a directory | The target installation directory for "wlp" type installables from this stack group. The default value is the /wlp directory. | |
jreInstallDir | Path to a directory | The 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. | |
otherInstallDir | Path to a directory | The 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. | |
installableRef | List of references to top level installable elements (comma-separated string). | The installable configuration element | |
deployVariableRef | List of references to top level deployVariable elements (comma-separated string). | The deploy variable configuration element. | |
packageRef | List of references to top level package elements (comma-separated string). | The package configuration element. |
The installable configuration element
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | default | The name of the installable archive file, for example, wlp.8555.zip. |
type | string | The installable type. Valid values are wlp, jre, or other. This attribute overrides the type prefix of the installable name. | |
expand | string | Specifies 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. | |
sourceDir | string | Absolute path to the installable archive file. The default value is the path: ${WLP_STACK_GROUPS_DIR}/stack_name/installables | |
installDir | string | Absolute path to the installable target directory. |
The deploy variable configuration element.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name for the deployVariable. | |
value | string | Initial value of the deployVariable. | |
increment | int | 0 | Increment value for the deployVariable. |
The package configuration element.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | default | The name of the package. |
clusterName | string | default | The name of the cluster mapped to the package. |