utils::fmwclusterjrf
Overview
This defined type allows you to convert an existing cluster into an ADF/JRF cluster. Here is an example on how you could use this:
ora_install::utils::fmwclusterjrf { 'WebCluster':
domain_name => "adf_domain",
jrf_target_name => "WebCluster",
opss_datasource_name => "opss-data-source",
}
Attributes
| Attribute Name | Short Description |
|---|---|
| adminserver_address | The address of the admin server. |
| adminserver_name | The name of the Admin Server. |
| adminserver_port | The IP port the admin server is listening on. |
| domain_name | The domain name. |
| download_dir | The directory where the Puppet® software puts all downloaded files. |
| jdk_home_dir | The homdirectory for the Java evelopment Kit. |
| jrf_target_name | Target to use for JRF objects. |
| logoutput | log the outputs of Puppet® exec or not. |
| middleware_home_dir | Middleware home directory. |
| nodemanager_port | The IP port the nodemanager is listening on. |
| opss_datasource_name | Datasource to use OPSS. |
| os_group | The os group used to install and run WebLogic. |
| os_user | The os user used to install and run WebLogic. |
| version | The version that is installed in the used Oracle home. |
| weblogic_home_dir | Directory to use as WebLogic home. |
| weblogic_password | The password of the base WebLogic user name. |
| weblogic_user | The base WebLogic username to configure. |
| wls_domains_dir | The root directory where all domain directories reside in. |
version
The version that is installed in the used Oracle home.
Puppet uses this value to decide on version specific actions.
Type: Wls_install::Versions
Default:lookup({ name => 'wls_version', default_value => 1111 })
Back to overview of utils::fmwclusterjrf
weblogic_home_dir
Directory to use as WebLogic home.
Type: Stdlib::Absolutepath
Default:lookup({ name => 'wls_weblogic_home_dir' })
Back to overview of utils::fmwclusterjrf
middleware_home_dir
Middleware home directory.
Type: Stdlib::Absolutepath
Default:lookup({ name => 'wls_middleware_home_dir' })
Back to overview of utils::fmwclusterjrf
jdk_home_dir
The homdirectory for the Java evelopment Kit.
Type: Stdlib::Absolutepath
Default:lookup({ name => 'wls_jdk_home_dir' })
Back to overview of utils::fmwclusterjrf
domain_name
The domain name.
Type: String[1]
Default:lookup({ name => 'domain_name' })
Back to overview of utils::fmwclusterjrf
wls_domains_dir
The root directory where all domain directories reside in.
Type: Stdlib::Absolutepath
Default:lookup({ name => 'wls_domains_dir', default_value => undef })
Back to overview of utils::fmwclusterjrf
adminserver_name
The name of the Admin Server.
Type: String[1]
Default:lookup({ name => 'domain_adminserver', default_value => 'AdminServer' })
Back to overview of utils::fmwclusterjrf
adminserver_address
The address of the admin server. May be a DNS name or a physical IP address.
Type: String[1]
Default:lookup({ name => 'domain_adminserver_address', default_value => 'localhost' })
Back to overview of utils::fmwclusterjrf
adminserver_port
The IP port the admin server is listening on.
Type: Integer
Default:lookup({ name => 'domain_adminserver_port', default_value => 7001 })
Back to overview of utils::fmwclusterjrf
nodemanager_port
The IP port the nodemanager is listening on.
Type: Integer
Default:lookup({ name => 'domain_nodemanager_port', default_value => 5556 })
Back to overview of utils::fmwclusterjrf
jrf_target_name
Target to use for JRF objects.
Type: String[1]
Default:undef
Back to overview of utils::fmwclusterjrf
opss_datasource_name
Datasource to use OPSS.
Type: String[1]
Default:undef
Back to overview of utils::fmwclusterjrf
weblogic_user
The base WebLogic username to configure.
Type: String[1]
Default:lookup({ name => 'wls_weblogic_user', default_value => 'weblogic' })
Back to overview of utils::fmwclusterjrf
weblogic_password
The password of the base WebLogic user name.
Type: Easy_type::Password
Default:lookup({ name => 'domain_wls_password' })
Back to overview of utils::fmwclusterjrf
os_user
The os user used to install and run WebLogic.
Type: String[1]
Default:lookup({ name => 'wls_os_user' })
Back to overview of utils::fmwclusterjrf
os_group
The os group used to install and run WebLogic.
Type: String[1]
Default:lookup({ name => 'wls_os_group' })
Back to overview of utils::fmwclusterjrf
download_dir
The directory where the Puppet® software puts all downloaded files.
Before Puppet® can actually use remote files, they must be downloaded first. Puppet® uses this directory to put all files in.
The default value is: /install
Type: Stdlib::Absolutepath
Default:lookup({ name => 'wls_download_dir' })
Back to overview of utils::fmwclusterjrf
logoutput
log the outputs of Puppet® exec or not.
When you specify true Puppet® will log all output of exec types.
Valid values are:
truefalseon_failure
Type: Variant[Boolean,Enum['on_failure',]]
Default:lookup({ name => 'logoutput', default_value => 'on_failure' })
