RETIRED, OpenStack Monasca Puppet Module
Go to file
bklei a873c00f8d Changes to publish puppet-monasca to stackforge
Change-Id: I6a4c741d63a6bf725e7797ed474e403b2ccd6e34
Issue: CIRRUS-1640
2014-11-14 14:41:49 -07:00
files Work around for monasca libvirt metrics 2014-11-12 09:46:28 -07:00
lib/puppet Added files to generate api and agent configs 2014-10-07 10:53:58 -06:00
manifests Fixed agent/user ordering 2014-11-12 16:42:43 -07:00
spec Initial puppet module files 2014-10-06 09:05:39 -06:00
templates Bootstrap mysql config database 2014-11-07 11:48:08 -07:00
tests CIRRUS-1326: initial cut at storm install 2014-10-06 14:06:50 -06:00
.gitignore Initial puppet module files 2014-10-06 09:05:39 -06:00
.gitreview Initial puppet module files 2014-10-06 09:05:39 -06:00
Gemfile Initial puppet module files 2014-10-06 09:05:39 -06: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 Initial puppet module files 2014-10-06 09:05:39 -06: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