Resource Type: cluster

Defined in:
lib/puppet/type/cluster.rb
Providers:
asadmin

Overview

Manage Glassfish clusters

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • asadminuser (defaults to: admin)

    The internal Glassfish user asadmin uses. Default: admin

  • clustername (namevar)

    The Glassfish cluster name.

  • dashost

    The Glassfish DAS hostname.

  • dasport (defaults to: 4848)

    The Glassfish DAS port. Default: 4848

  • gmsenabled (defaults to: true)

    Should Group Messaging service be enabled. Default: true

    Supported values:
    • true
    • false
  • multicastaddress

    The address on which GMS listens for group events. This option must specify a multicast address in the range 224.0.0.0 through 239.255.255.255. The default is 228.9.XX.YY, where XX and YY are automatically gen- erated independent values between 0 and 255.

  • multicastport

    The port number of communication port on which GMS listens for group events. This option must specify a valid port number in the range 2048-49151. The default is an automatically generated value in this range

  • passwordfile

    The file containing the password for the user.

  • provider

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

  • user

    The user to run the command as.