cookbook 'ibm_mq', '~> 0.1.1'
ibm_mq (1) Versions 0.1.1 Follow5
Installs/Configures IBM MQ
cookbook 'ibm_mq', '~> 0.1.1', :supermarket
knife supermarket install ibm_mq
knife supermarket download ibm_mq
IBM MQ cookbook
The IBM MQ cookbook is a library cookbook that provides custom resources for use in your own recipes. This cookbook is currently experimental, therefore we recommend that if you want to use this cookbook, that you either pin the version you use, or create your own fork first.
Requirements
- Chef 12.6+
- Network accessible web server hosting the MQ installer package
Platform Support
The following platforms have been tested with Test Kitchen:
- Ubuntu 14.04
Cookbook Dependencies
Usage
- Add
depends 'ibm_mq'
to your cookbook's metadata.rb - Add
cookbook 'ibm_mq', github: "ibm-messaging/mq-chef", tag: "v0.1.1"
to your cookbook'sBerkshelf
file - Use the resources shipped in cookbook in a recipe, the same way you'd use core Chef resources (file, template, directory, package, etc).
ibm_mq_installation 'Installation1' do source 'http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz' accept_license true primary true end ibm_mq_queue_manager 'qm1' do action [:create, :start] end
Resources
ibm_mq_installation
The ibm_mq_installation
resource downloads an IBM MQ download package file,
specified by a URI.
Example
ibm_mq_installation 'Installation1' do source 'http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz' accept_license true primary true action :create end
Properties
-
source
- Path to network accessible IBM MQ installation package. -
accept_license
- Set this totrue
if you accept the terms of the IBM MQ license. -
primary
- Set this totrue
to make this the primary MQ installation. Currently not supported to set this tofalse
. -
packages
- An array of package names to install. Defaults to:%w(MQSeriesServer MQSeriesGSKit)
-
uid
- The UID to use for themqm
user -
gid
- The GID to use for themqm
user
ibm_mq_queue_manager
The ibm_mq_queue_manager
resource creates and starts IBM MQ queue managers.
Example
ibm_mq_queue_manager 'qm1' do action [:create, :start] end
Properties
-
user
- User to run MQ commands as. Defaults tomqm
Maintainers
- Arthur Barr (arthur.barr@uk.ibm.com)
Developing
If you do submit a Pull Request related to this cookbook, please indicate in the Pull Request that you accept and agree to be bound by the terms of the [IBM Contributor License Agreement](CLA.md).
In order to run the Test-Kitchen tests, you need to set an environment variable for the MQ download. For example, on Linux, you might do the following:
export MQ_URI=http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz
License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
limits >= 0.0.0 |
yum >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.1 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.1 failed this metric
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:15
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:16
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:17
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:18
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:19
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:20
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/queue_manager.rb:15
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.1 failed this metric
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:15
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:16
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:17
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:18
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:19
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:20
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/queue_manager.rb:15
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:16
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:17
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:18
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:19
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/installation.rb:20
FC117: Do not use kind_of in custom resource properties: ibm_mq/resources/queue_manager.rb:15
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number