Our iib_install module allows you to automate the installation of IBM Integration Bus on your systems. It supports multiple concurrent installations of different versions, so you can easily migrate your flows from one version to an other.
To configure and manage your IBM Integration Bus setup, use our iib_config module.
Our iib_install
module allows you to install your IBM Integration Bus software on your systems. It automatically configures your OS, creates required users and groups, unpacks the files and registers the license.
Here is an example on how to use this:
iib_install::installiib {'10.0.0.8':
source_location => /software,
version => '10.0.0.8',
}
Check here to see the full documentation for this module.
To configure the IIB software on your system, manage brokers, servers and deployments, check out iib_config
Our modules are based on an annual subscription(an entitlement). When you purchase an entitlement:
We will make sure the modules keep working with the latest versions of Puppet en the supporting products like Oracle IBM MQ or WebLogic.
We currently have the following licensing methods for you:
1) Free when used on VirtualBox
2) Per node per year subscription
3) Custom licensing
This module is Free when used on a VirtualBox testing machine. The software checks if you are using VirtualBox and allows usage. No need to get any licenses from us to get going. Just download the module from our own forge and get going. To download the module use:
puppet module install
--module_repository=http://forge.enterprisemodules.com
enterprisemodules-modulename
Our basic licensing model requires a subscription per node. The subscription is valid for a year. To make this work, we need you to send us the node name of the system you want to use the module on. (Not the puppetmaster, but the system where the agent is running.). Based on this information we will send you a file containing the entitlement for your node(s). You can purchase the entitlement in the shop or you can contact us. After you have ordered this module, you will receive an entitlement file. This file contains the information needed to run the software on your Puppet machine (agents).
Our license manager is very flexible. If you have special requirements, please contact us so we can discuss other options.
When you have questions about licensing, please contact us or check our licensing FAQ
The iib_install
module requires:
To get a valid license for IBM Integration Bus, please contact your IBM representative.
Here you can find some more information regarding this puppet module:
Here is a related blog posts:
Some example code: