Resource Type: cluster_instance

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

Overview

Manage Glassfish cluster instances

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

  • cluster

    Specifies the cluster from which the instance inherits its configuration. Specifying the –cluster option creates a clustered instance.

  • dashost

    The Glassfish DAS hostname.

  • dasport (defaults to: 4848)

    The Glassfish DAS port. Default: 4848

  • instancename (namevar)

    The Glassfish instance name.

  • nodename

    The name of the node that defines the host where the instance is to be created. The node must already exist. If the instance is to be created on the host where the domain administration server (DAS) is running, use the predefined node localhost-domain.

  • passwordfile

    The file containing the password for the user.

  • portbase (defaults to: 28000)

    Determines the number with which the port assignment should start. An instance uses a certain number of ports that are statically assigned. The portbase value determines where the assignment should start. Default: 28000

  • provider

    The specific backend to use for this ‘cluster_instance` 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.