wls servers
Overview
This class makes sure all te required WebLogic machines and servers are defined on your system.
Using hiera, you can customize some of the aspects of this process.
When these customizations aren’t enough, you can replace the class with your own class. See wls_profile::weblogic for an explanation on how to do this.
Attributes
Attribute Name | Short Description |
---|---|
domain_name | The name of the WebLogic domain. |
machine_defaults | |
server_defaults | |
servers |
domain_name
The name of the WebLogic domain. This will be used both as the REAL WebLogic domain name, and also be used by Puppet as a designator for Puppet resources. (e.g. the name before the slash my_domain/wls_queue1
).
The change the domain name, use the hiera key: wls_profile::domain_name
. This will make sure the correct domain name gets used in all classes.
The default value is: MYDOMAIN
Type: String[1]
Back to overview of wls_servers
servers
Type: Hash
Default:$wls_profile::servers
Back to overview of wls_servers
server_defaults
Type: Hash
Back to overview of wls_servers
machine_defaults
Type: Hash