Giter Site home page Giter Site logo

puppet-kairosdb's Introduction

Puppet KairosDB Module

Puppet Forge Build Status

Table of Contents

  1. Overview
  2. Description
  3. Todo

Overview

This is a Puppet Module to deploy and manage a KairosDB server.

Description

To use this module, use either an include-like or resource-like declaration:

# An include-like declaration for Hiera integration.
include ::kairosdb

# A resource-like declaration for manual overrides.
class { '::kairosdb': }

This module is will also work with Puppet 4.x.

Configuration

All configuration can be handled either through Hiera or by arguments to the kairosdb class.

Examples

A stock KairosDB 0.9.4-6 without modifications (defaults):

class { '::kairosdb':
  version => '0.9.4-6',
}

The same thing, but explicitly using a slow development datastore:

class { '::kairosdb':
  version => '0.9.4-6',
}

class { '::kairosdb::datastore::h2': }

Use an alternative datastore (Cassandra):

class { '::kairosdb':
  version => '0.9.4-6',
}

class { '::kairosdb::datastore::cassandra':
  hosts => [
    '1.1.1.1:9160',
    '1.1.1.2:9160',
  ],
}

Use a remote KairosDB as a datastore (like a forwarder):

class { '::kairosdb':
  version => '0.9.4-6',
}

class { '::kairosdb::datastore::remote':
  remote_url => 'http://10.92.1.41:8080',
}

Todo

  • Nothing to note yet.

puppet-kairosdb's People

Contributors

jmkeyes avatar

Watchers

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