RETIRED, OpenStack Monasca Puppet Module
Go to file
Sebastien Badia 808fd23ede spec: pin rspec-puppet to 1.0.1
rspec-puppet (2.0.0) was released yesterday[1], this new version broke
puppet-openstack unit tests (undefined method `resource')[2] as talked on
and in a second time to update your specs to 2.0.0 and rspec 3.x`)

[1] 8459e14807
[2] http://logs.openstack.org/45/105245/6/check/gate-puppet-nova-puppet-unit-3.3/3682541/console.html

Change-Id: I1999797b436b8737a0afe330462f0d367eae5907
Partial-bug: #1417604
2015-02-03 15:34:25 +01:00
files Add threshold engine config 2014-12-31 15:23:22 -07:00
lib/puppet Added files to generate api and agent configs 2014-10-07 10:53:58 -06:00
manifests Add threshold engine config 2014-12-31 15:23:22 -07:00
spec Add threshold engine config 2014-12-31 15:23:22 -07:00
templates Removed search_string from zookeeper check setup 2015-01-26 12:28:29 -07:00
tests CIRRUS-1326: initial cut at storm install 2014-10-06 14:06:50 -06:00
.fixtures.yml Add threshold engine config 2014-12-31 15:23:22 -07:00
.gitignore Add threshold engine config 2014-12-31 15:23:22 -07:00
.gitreview Refresh stackforge repo 2014-11-18 11:19:30 -07:00
Gemfile spec: pin rspec-puppet to 1.0.1 2015-02-03 15:34:25 +01:00
LICENSE Changes to publish puppet-monasca to stackforge 2014-11-14 14:41:49 -07:00
Modulefile Initial puppet module files 2014-10-06 09:05:39 -06:00
README.md Changes to publish puppet-monasca to stackforge 2014-11-14 14:41:49 -07:00
Rakefile Add threshold engine config 2014-12-31 15:23:22 -07:00
metadata.json Changes to publish puppet-monasca to stackforge 2014-11-14 14:41:49 -07:00

README.md

puppet-monasca

Table of Contents

  1. Overview - What is the monasca module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with monasca
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Notes on the most recent updates to the module

Overview

The monasca module is a part of Stackforge, and is meant to assist with the installation and configuration of monasca itself, and its dependent services (mentioned below).

Module Description

Setup

What the monasca module affects:

  • monasca, monitoring as a service for Openstack.
  • storm, Apache's distributed realtime computational system.
  • kafka, Apache's publish-subscribe messaging system.
  • influxdb, a stand-alone open-source distributes time series database.

Implementation

monasca

monasca is a combination of Puppet manifest that configures the monasca client and server configuration, as well as monasca's dependent services.

Limitations

This module currently only supports debian based installs.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes