Giter Site home page Giter Site logo

rflbianco / puppet-thrift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spantree/puppet-thrift

0.0 2.0 0.0 54 KB

puppet module to install thrift

Home Page: https://forge.puppetlabs.com/spantree/thrift

License: MIT License

Ruby 60.93% Puppet 39.07%

puppet-thrift's Introduction

thrift

Build Status

Table of Contents

  1. Overview
  2. Module Description
  3. Setup - The basics of getting started with thrift
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

The thrift module downloads, compiles and installs. The module has been tested on Centos and Ubuntu but it should work on RedHat, Amazon Linux and Debian 7.

Module Description

This module installs thrift with java bindings, in order to do it, it will install openjdk 7 and ant from the apache ant website.

Setup

What thrift affects

  • Install the thrift binary /usr/local/bin/thrift.
  • Install openjdk7 and ant from the apache-ant website.

Setup Requirements

None at the moment.

Beginning with thrift

include thrift is enough to get you up and running. If you wish to pass in parameters specifying a specific version of thrift, then:

class { 'thrift':
  version => '0.9.0'
}

##Usage

All interaction with the thrift module can be done through the main thrift class.

###I just want Thrift, what's the minimum I need?

include thrift

###I want a specific version of thrift

class { 'thrift':
  version => '0.9.0',
}

###I want to specify a different download source because I am behind a firewall

class { 'thrift':
  base_url => 'http://myinternalhost/thrift'
}

##Reference

###Classes

####Public Classes

  • thrift: Main class

###Parameters

The following parameters are available in the thrift module:

####version

Specify the version of thrift to use, at the moment defaults to 0.9.1

####base_url

Sets the base url for the download location

###Facts

####thrift_version

Set to the thrift version that is installed.

####thrift_path

Set to the path of the thrift binary

##Limitations

This module has been built on and tested against Puppet 3.2 and higher.

The module has been tested on:

  • CentOS 6
  • Ubuntu 14.04

Testing on other platforms has been light and cannot be guaranteed.

Development

Release Notes/Contributors/Etc

puppet-thrift's People

Contributors

feniix avatar kpruden avatar rflbianco avatar

Watchers

 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.