Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

wmq (2) Versions 0.1.0

Installs/Configures wmq

Policyfile
Berkshelf
Knife
cookbook 'wmq', '= 0.1.0', :supermarket
cookbook 'wmq', '= 0.1.0'
knife supermarket install wmq
knife supermarket download wmq
README
Dependencies
Quality -%

wmq-cookbook

The was cookbook installs and configures the WebSphere MQ. Current version of cookbook installs MQ binaries, creates queue manager and creates a listener.

Supported Platforms

CentOS

RedHat

Note: This cookbook was tested only on CentOS release 6.4

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['wmq']['version']</tt></td>
<td>int</td>
<td>default wmq version</td>
<td><tt>7.5</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:location]</tt></td>
<td>string</td>
<td>default wmq package location</td>
<td><tt>/opt/software/wmq</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:runtime]</tt></td>
<td>string</td>
<td>default wmq runtime package name</td>
<td><tt>MQSeriesRuntime-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:jre]</tt></td>
<td>string</td>
<td>default wmq jre package name</td>
<td><tt>MQSeriesJRE-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:java]</tt></td>
<td>string</td>
<td>default wmq java package name</td>
<td><tt>MQSeriesJava-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:gskit]</tt></td>
<td>string</td>
<td>default wmq gskit package name</td>
<td><tt>MQSeriesGSKit-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:man]</tt></td>
<td>string</td>
<td>default wmq man package name</td>
<td><tt>MQSeriesMan-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>['wmq'][:package][:name][:samples]</tt></td>
<td>string</td>
<td>default wmq samples package name</td>
<td><tt>MQSeriesSamples-7.5.0-2.x86_64</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:installation][:root]</tt></td>
<td>string</td>
<td>default installation location</td>
<td><tt>/opt/mqm</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:log][:primary]</tt></td>
<td>int</td>
<td>default primary log files</td>
<td><tt>3</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:log][:secondary]</tt></td>
<td>int</td>
<td>default secondary log files</td>
<td><tt>2</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:log][:filesize]</tt></td>
<td>int</td>
<td>default primary log filesize</td>
<td><tt>1024</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:log][:type]</tt></td>
<td>string</td>
<td>default primary log type</td>
<td><tt>lc</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:user]</tt></td>
<td>string</td>
<td>default wmq user</td>
<td><tt>mqm</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:group]</tt></td>
<td>string</td>
<td>default wmq group</td>
<td><tt>mqm</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:group]</tt></td>
<td>string</td>
<td>default wmq group</td>
<td><tt>mqm</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:qmgr][:name]</tt></td>
<td>string</td>
<td>default qmgr name</td>
<td><tt>TECHISH.QUEUE.MANAGER</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:qmgr][:listener][:name]</tt></td>
<td>string</td>
<td>default qmgr listener name</td>
<td><tt>TECHISH.LISTENER</tt></td>
</tr>
<tr>
<td><tt>[:wmq][:qmgr][:listener][:port]</tt></td>
<td>int</td>
<td>default qmgr listener port</td>
<td><tt>1414</tt></td>
</tr>
</table>

Usage

wmq::default

Include wmq in your node's run_list:

{
  "run_list": [
    "recipe[wmq::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Ishtiaq Ahmed (ishtiaq@techish.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found