Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.43 KB

Enterprise Modules

Demo Puppet implementation

This repo contains a demonstration of a simple MQ installation installation and configuration, useing the Enterprise Modules mq_install and mq_config modules.

This is the minimal approach. We also have the ibm_profile module. We recommend using that module for building MQ systems.

This demo supports both MQ 9.0 and MQ 9.1. It contains the following nodes

  • mq90 (Demo using MQ 9.0)
  • mq91 (Demo using MQ 9.1)
  • ml-mq91sol (Solaris demo using MQ 9.1)
  • mqwindows (Windows demo using MQ 9.1)

Starting the nodes masterless

All nodes are available to test with Puppet masterless. To do so, add ml- for the name when using vagrant:

$ vagrant up ml-mq90|ml-mq91|mqwindows

Required software

The software must be placed in in the modules/software/files directory. It must contain the next file:

  • IBM_MQ_9.0.0.0_LINUX_X86-64.tar.gz (When using MQ 9.0)
  • IBM_MQ_9.1.0.0_LINUX_X86-64.tar.gz (When using MQ 9.1)

Example run

Check here the example run:

asciicast