Forge Home

ibmwas

This module will install and configure IBM Application Server

14,063 downloads

8,892 latest version

2.5 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.1.20 (latest)
  • 0.1.19
  • 0.1.18
  • 0.1.17
  • 0.1.16
  • 0.1.15
  • 0.1.14
  • 0.1.13
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
released Jun 30th 2015
This version is compatible with:
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'hkhan2-ibmwas', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hkhan2-ibmwas
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hkhan2-ibmwas --version 0.1.1

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

hkhan2/ibmwas — version 0.1.1 Jun 30th 2015

ibmwas

This is the ibmwas module. This will install Websphere Application Server 7 along with either cell, standalone, DMGR and custom profile.

User need to create a was-install.txt file with having either one of the details:

Cell Profile

profileType=cell

PROF_profilePath=/app/IBM/WebSphere/AppServer/profiles

PROF_dmgrProfileName=Dmgr01

PROF_appServerProfileName=RBSITLV

PROF_isDefault="true"

PROF_winserviceCheck="false"

PROF_enableService="false"

PROF_webServerCheck=false

PROF_enableAdminSecurity="true"

PROF_adminUserName=Configadmin

PROF_adminPassword=password

#Non-Mandatory

PROF_hostName=

PROF_nodeName=

PROF_appServerNodeName=

PROF_cellName=

PROF_webServerCheck="false"

PROF_webServerType=

PROF_webServerOS=

PROF_webServerName=

PROF_webServerHostname=

PROF_webServerPort="80"

PROF_webServerPluginPath=

PROF_webServerInstallPath=

Standalone Profile

profileType=standAlone

PROF_templatePath=/app/IBM/WebSphere/AppServer/profileTemplates/default

PROF_profilePath=/app/IBM/WebSphere/AppServer/profiles/RBSITLV

PROF_profileName=RBSITLV

PROF_isDefault="true"

PROF_serverName="server1"

PROF_isDeveloperServer="false"

PROF_enableService="false"

PROF_webServerCheck=false

PROF_enableAdminSecurity="true"

PROF_adminUserName=Configadmin

PROF_adminPassword=password

#Non-Mandatory

PROF_hostName=

PROF_nodeName=

PROF_cellName=

PROF_webServerCheck="false"

PROF_webServerType=

PROF_webServerOS=

PROF_webServerName=

PROF_webServerHostname=

PROF_webServerPort="80"

PROF_webServerInstallPath=

PROF_webServerPluginPath=

Custom Profile

profileType=custom

PROF_templatePath=/app/IBM/WebSphere/AppServer/profileTemplates/managed

PROF_profilePath=/app/IBM/WebSphere/AppServer/profiles/SITLV

PROF_profileName=SITLV

PROF_isDefault="false"

PROF_federateLater="true"

PROF_dmgrHost="master.example.com"

PROF_dmgrPort="8879"

PROF_dmgrAdminUserName=configadmin

PROF_dmgrAdminPassword=password

#Non-Mandatory

PROF_hostName=

PROF_nodeName=

PROF_cellName=

DMGR Profile

profileType=deploymentManager

PROF_templatePath=/app/IBM/WebSphere/AppServer/profileTemplates/management

PROF_profilePath=/app/IBM/WebSphere/AppServer/profiles/Dmgr01

PROF_profileName=Dmgr01

PROF_isDefault=true

PROF_serverType=DEPLOYMENT_MANAGER

PROF_enableService="false"

PROF_enableAdminSecurity="true"

PROF_adminUserName=Configadmin

PROF_adminPassword=password

#Non-Mandatory

PROF_hostName=

PROF_nodeName=

PROF_cellName=