Giter Club home page Giter Club logo

puppet-ei's Introduction

Puppet Modules for WSO2 Enterprise Integrator

This repository contains the Puppet modules for WSO2 Enterprise Integrator and the profiles related to Enterprise Integrator Analytics.

Quick Start Guide

  1. Download a wso2ei-6.5.0.zip pack and copy it to the <puppet_environment>/modules/ei_common/files/packs directory in the Puppetmaster.

  2. Set up the JDK distribution as follows:

    The Puppet modules for WSO2 products use Amazon Coretto as the JDK distribution. However, you can use any supported JDK distribution.

    1. Download Amazon Coretto for Linux x64 from here and copy .tar into the <puppet_environment>/modules/ei_common/files/jdk directory.
    2. Reassign the $jdk_name variable in <puppet_environment>/modules/ei_common/manifests/params.pp to the name of the downloaded JDK distribution.
  3. Run the relevant profile on the Puppet agent.

    1. Integrator profile:
      export FACTER_profile=ei_integrator
      puppet agent -vt
    2. Business Process profile:
      export FACTER_profile=ei_bps
      puppet agent -vt
    3. Broker profile:
      export FACTER_profile=ei_broker
      puppet agent -vt
    4. Analytics profiles:
      1. Dashboard:
        export FACTER_profile=ei_analytics_dashboard
        puppet agent -vt
      2. Worker:
        export FACTER_profile=ei_analytics_worker
        puppet agent -vt

Manifests in a module

The run stages for Puppet are described in <puppet_environment>/manifests/site.pp, and they are of the order Main -> Custom.

Each Puppet module contains the following .pp files.

  • Main
    • params.pp: Contains all the parameters necessary for the main configuration and template.
    • init.pp: Contains the main script of the module.
  • Custom
    • custom.pp: Used to add custom configurations to the Puppet module.

puppet-ei's People

Contributors

savidude avatar indikasampath2000 avatar irunika avatar dilanua avatar vinok88 avatar maheshika avatar madhawa-gunasekara avatar msmshariq avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.