Manages the creation or removal of WebSphere server clusters.
websphere_cluster { 'MyCluster01':
ensure => 'present',
dmgr_profile => 'PROFILE_DMGR_001',
profile_base => '/opt/IBM/WebSphere/AppServer/profiles',
user => 'webadmins',
}
Valid values: present
, absent
Defaults to true
. Specifies whether this cluster should exist or not.
The name of the cluster to manage. Defaults to the resource title.
Required. The name of the DMGR profile to create this application server under.
Examples: PROFILE_DMGR_01
or dmgrProfile01
Required. The full path to the profiles directory where the dmgr_profile
can
be found. The IBM default is /opt/IBM/WebSphere/AppServer/profiles
Optional. The user to run the wsadmin
command as. Defaults to "root"
Optional. The username for wsadmin
authentication if security is enabled.
Optional. The password for wsadmin
authentication if security is enabled.