Forge Home

iib_config

the custom types needed to manage IBM Integration Bus software

11,579 downloads

233 latest version

5.0 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

  • 1.6.0 (latest)
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.10
  • 1.0.9
  • 1.0.8
released Jun 20th 2023
This version is compatible with:
  • Puppet Enterprise 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=4.0.0 < 9.0.0
  • , , , , , , , , ,
Tasks:
  • server
  • deployment
  • broker

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'enterprisemodules-iib_config', '1.6.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add enterprisemodules-iib_config
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install enterprisemodules-iib_config --version 1.6.0

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

enterprisemodules/iib_config — version 1.6.0 Jun 20th 2023

Enterprise Modules

Table of Contents

  1. Overview
  2. License
  3. Description - What the module does and why it is useful
  4. Setup
  1. Usage - Configuration options and additional functionality
  2. Reference - An under-the-hood peek at what the module is doing and how
  3. Limitations - OS compatibility, etc.

Overview

This module allows you to configure IBM Integration Bus (IIB) software. It is part of our family of Puppet modules to install and manage IBM messaging middleware. Besides the iib_config module, this family also contains:

License

This is a commercially licensed module. But you can use the module on VirtualBox based development systems for FREE. When used on real systems a license is required.

You can license our modules in multiple ways. Our basic licensing model requires a subscription per node. But contact us for details.

Check the License for details.

Description

Our iib_config module allows you to configure and manage almost everything you'd want to manage on of an IBM Integration Bus installations. The module allows you to manage:

  • iib_broker (or node)
  • iib_deployment
  • iib_instance
  • iib_server
  • iib_propery (Manages every kind of propert on a Broker or a Server)

Here is example puppet code to manage a IIB server:

iib_server { 'iib8/NODE1/server_2':
  ensure                                                  => 'present',
  callable_flow_manager_delay_reply_until_flow_commit     => 'false',
  callable_flow_manager_disable_remote_input_registration => 'false',
  callable_flow_manager_redeploy_message_timeout          => '5',
  callable_flow_manager_remote_retry_timeout              => '60',
  callable_flow_manager_retry_local_during_deploy         => 'true',
  callable_flow_manager_retry_remote_until_timeout        => 'true',
  callable_flow_manager_vrmf_introduced_at                => '10.0.0.4',
  connectors_shared_idle_timeout                          => '60',
  execution_group_http_nodes_embedded_listener            => 'false',
  execution_group_injection_mode                          => 'Disabled',
  execution_group_soap_nodes_embedded_listener            => 'true',
  execution_group_trace_filter                            => 'none',
  execution_group_trace_level                             => 'none',
  execution_group_user_trace_filter                       => 'none',
  http_connector_cors_enabled                             => 'false',
  http_connector_max_keep_alive_requests                  => '0',
  http_connector_port                                     => '7801',
  http_connector_tcp_no_delay                             => 'true',
  http_connector_user_trace_level                         => 'none',
  https_connector_cors_enabled                            => 'false',
  https_connector_max_keep_alive_requests                 => '0',
  https_connector_port                                    => '0',
  https_connector_tcp_no_delay                            => 'true',
  https_connector_user_trace_level                        => 'none',
  rest_resource_stats_reporting_on                        => 'inactive',
  status                                                  => 'running',
}

Check here to see the full documentation for this module.

Setup

Requirements

The iib_config module requires:

  • Puppet module enterprisemodules-easy_type installed.
  • Puppet version 4.9 or higher. Can be Puppet Enterprise or Puppet Open Source
  • IBM IIB 10 installation. All fixpacks supported.
  • A valid License from IBM to use this software.
  • A valid entitlement by Enterprise Modules to use this module.
  • Runs on most Linux systems.
  • Windows systems are NOT supported

Installing the iib_config module

To install these modules, you can use a Puppetfile

mod 'enterprisemodules/iib_config'               ,'1.0.x'

Then use the librarian-puppet or r10K to install the software.

You can also install the software using the puppet module command:

puppet module install enterprisemodules-iib_config

Usage

Building a total IIB setup requires quite some work. To help you, we have built some examples:

Thes repos contain examples of how you can install and configure a basic IIB setup.

Reference

Here you can find some more information regarding this puppet module:

Here is a related blog posts:

Some example code:

Limitations

This module runs most Linux versions. It requires a puppet version higher than 4. The module does NOT run on windows systems. Contact us of you need to run this module on other flavors of UNIX. We can work together with you to make it work.