Forge Home

ibmwas

This module will install and configure IBM Application Server

13,878 downloads

8,860 latest version

2.6 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 Aug 3rd 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.20'
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.20

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.20 Aug 3rd 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

-OPT profileType=cell

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

-OPT PROF_dmgrProfileName=Dmgr01

-OPT PROF_appServerProfileName=RBSITLV

-OPT PROF_isDefault="true"

-OPT PROF_winserviceCheck="false"

-OPT PROF_enableService="false"

-OPT PROF_webServerCheck=false

-OPT PROF_enableAdminSecurity="true"

-OPT PROF_adminUserName=configadmin

-OPT PROF_adminPassword=winner123

#Non-Mandatory

-OPT PROF_hostName=

-OPT PROF_nodeName=

-OPT PROF_appServerNodeName=

-OPT PROF_cellName=

-OPT PROF_webServerCheck="false"

-OPT PROF_webServerType=

-OPT PROF_webServerOS=

-OPT PROF_webServerName=

-OPT PROF_webServerHostname=

-OPT PROF_webServerPort="80"

-OPT PROF_webServerPluginPath=

-OPT PROF_webServerInstallPath=

Standalone Profile

-OPT profileType=standAlone

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

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

-OPT PROF_profileName=RBSITLV

-OPT PROF_isDefault="true"

-OPT PROF_serverName="server1"

-OPT PROF_isDeveloperServer="false"

-OPT PROF_enableService="false"

-OPT PROF_webServerCheck=false

-OPT PROF_enableAdminSecurity="true"

-OPT PROF_adminUserName=Configadmin

-OPT PROF_adminPassword=password

#Non-Mandatory

-OPT PROF_hostName=

-OPT PROF_nodeName=

-OPT PROF_cellName=

-OPT PROF_webServerCheck="false"

-OPT PROF_webServerType=

-OPT PROF_webServerOS=

-OPT PROF_webServerName=

-OPT PROF_webServerHostname=

-OPT PROF_webServerPort="80"

-OPT PROF_webServerInstallPath=

-OPT PROF_webServerPluginPath=

Custom Profile

-OPT profileType=custom

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

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

-OPT PROF_profileName=SITLV

-OPT PROF_isDefault="false"

-OPT PROF_federateLater="true"

-OPT PROF_dmgrHost="master.example.com"

-OPT PROF_dmgrPort="8879"

-OPT PROF_dmgrAdminUserName=configadmin

-OPT PROF_dmgrAdminPassword=password

#Non-Mandatory

-OPT PROF_hostName=

-OPT PROF_nodeName=

-OPT PROF_cellName=

DMGR Profile

-OPT profileType=deploymentManager

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

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

-OPT PROF_profileName=Dmgr01

-OPT PROF_isDefault=true

-OPT PROF_serverType=DEPLOYMENT_MANAGER

-OPT PROF_enableService="false"

-OPT PROF_enableAdminSecurity="true"

-OPT PROF_adminUserName=Configadmin

-OPT PROF_adminPassword=password

#Non-Mandatory

-OPT PROF_hostName=

-OPT PROF_nodeName=

-OPT PROF_cellName=