Version information
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'hkhan2-ibmwas', '0.1.20'
Learn more about managing modules with a PuppetfileDocumentation
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=
Dependencies
- hkhan2/ojdk7 (>= 1.0.5 < 5.0.0)
- puppetlabs/stdlib (>= 4.6.0 < 10.0.0)
- hkhan2/ibmwasihs (>= 0.1.17 < 10.0.0)