Giter Site home page Giter Site logo

fuse-cookbook's Introduction

Build Status Jboss Fuse Cookbook

This cookbook install Jboss Fuse

####Jboss Fuse JBoss Fuse is an open source Enterprise Service Bus (ESB) with an elastic footprint that supports integration beyond the data center. The ability to deploy JBoss Fuse in several different configurations enables intelligent integration to all facets of your business - on premise or in the Cloud.

Requirements

java - Not managed by this cookbook JBoss Fuse 6 Download the zip package from RHN and host on your own server

The following platforms and versions are tested and supported using Opscode's test-kitchen.

  • CentOS 5.8, 6.3

The following platform families are supported in the code, and are assumed to work based on the successful testing on CentOS.

  • Red Hat (rhel)
  • Fedora
  • Amazon Linux

Recipes

fuse::default

Basic Config
Key Type Description Default
['fuse']['os']['user'] string OS User for fuse fuse
['fuse']['os']['password'] string password of OS User for fuse password
['fuse']['os']['group'] string group of OS User for fuse fuse
['fuse']['filename'] string Jboss Fuse filename whitout extension jboss-fuse-6.0.0.redhat-024
['fuse']['base']['url'] string url base for download Jboss Fuse http://192.168.0.1
['fuse']['dir'] string Install base path /opt
['fuse']['app']['user'] string Admin user for Jboss Fuse Console admin
['fuse']['app']['password'] string Password of admin user for Jboss Fuse Console admin
['fuse']['proxy'] string Proxy server nil
['fuse']['proxy_port'] string Proxy port server nil
['fuse']['noproxy'] string Proxy exclution dirs nil

Usage

fuse::default

Include fuse in your node's run_list:

{
  "default_attributes": {
  "fuse": {
    "proxy": "192.168.1.1",
    "proxy_port": "3128",
    "noproxy": "localhsot, 192.168.1.0/24"
    }
  },
  "run_list": [
    "recipe[fuse::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request More details

License and Authors

Authors:

Christian Cedeira (ccedeira)

Lucas Mariani (Psyreactor)

fuse-cookbook's People

Contributors

ccedeira avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  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.