Forge Home

jbosseap

To Download, Extract & install jboss EAP 6.1.0

7,789 downloads

7,371 latest version

0.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
  • 0.1.0 (deleted)
released Mar 17th 2016
This version is compatible with:
  • Puppet 3.x
  • Debian

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'benforge-jbosseap', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add benforge-jbosseap
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install benforge-jbosseap --version 0.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

benforge/jbosseap — version 0.2.0 Mar 17th 2016

JBossEAP Puppet Module

====================

Puppet Module to download, extract & install jboss EAP GA 6.1.0 version.

Module Description


jbossEAP puppet module manage to download jboss EAP GA version 6.1.0 from a file share location, extract and finally start the jboss EAP GA 6.1.0 in standalone mode. jboessEAP requires Java version 1.6 to execute and it has been included in the module.

Usage


Create a puppet manifest in the puppet master.


        include jbosseap

Retrieve the catalog changes from puppet agent in case if its manually configured or wait for the runtime interval configured in case if its automatically configured.

        sudo puppet agent -t -d

Restart the shell or terminal after jboss EAP package is installed. This will set the path of EAP_HOME in the default environment path variable.

          content => 'export EAP_HOME=/opt/jboss-eap-6.1'

The jboss EAP 6.1.0 Sever is started in the standalone mode and opens up the external port by the below start command in the init.pp file

        start  => '/opt/jboss-eap-6.1/bin/standalone.sh -bmanagement 0.0.0.0 &'

Limitations


  • Tested on CentOS and Debian. To be tested on other flavors.
  • The jboss EAP source location is taken from a file hosting share location. This location can be replaced by any jboss EAP file hosting paths.

Authors


This module is based on work by Ben Nathan.

Contact Information


For any questions please get in touch with Ben Nathan (itzbenji@gmail.com)