Resource Type: websphere_cluster

Defined in:
lib/puppet/type/websphere_cluster.rb
Providers:
wsadmin

Overview

Manages the creation or removal of WebSphere server clusters.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • dmgr_profile

    Required. The name of the DMGR profile to create this application server under.

    Examples: ‘PROFILE_DMGR_01` or `dmgrProfile01`

  • name (namevar)

    The name of the cluster to manage. Defaults to the resource title.

  • profile_base

    Required. The full path to the profiles directory where the ‘dmgr_profile` can be found. The IBM default is `/opt/IBM/WebSphere/AppServer/profiles`

  • provider

    The specific backend to use for this ‘websphere_cluster` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • user (defaults to: root)

    Optional. The user to run the ‘wsadmin` command as. Defaults to “root”

  • wsadmin_pass

    Optional. The password for ‘wsadmin` authentication if security is enabled.

  • wsadmin_user

    Optional. The username for ‘wsadmin` authentication if security is enabled.