OpenStack Ceilometer Puppet Module
Go to file
Emilien Macchi ce826f3ad6 Prepare 6.1.0 release
Prepare a new Kilo release.

Change-Id: Ie2beb53b8f88231babe82a1b9fb72c8faca50ed5
2015-10-10 11:37:34 -04:00
examples Add Puppet 4.x lint checks 2015-03-11 09:03:59 +01:00
lib/puppet Remove deprecation notice for sectionless ceilometer_config 2014-07-12 02:20:30 +02:00
manifests WSGI: make it work, and test it with acceptance 2015-08-14 09:36:22 -04:00
spec WSGI: make it work, and test it with acceptance 2015-08-14 09:36:22 -04:00
.fixtures.yml Pin puppetlabs-concat to 1.2.1 in fixtures 2015-04-15 15:14:14 -07:00
.gitignore Add Gemfile.lock to gitignore 2013-12-23 19:00:48 +01:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.travis.yml Add rspec tests for ceilometer and ceilometer::api 2013-04-04 17:40:02 -04:00
CHANGELOG.md Prepare 6.1.0 release 2015-10-10 11:37:34 -04:00
Gemfile Use beaker-puppet_install_helper to install puppet 2015-06-30 16:48:22 -04:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:17:21 -04:00
README.md Prepare 6.1.0 release 2015-10-10 11:37:34 -04:00
Rakefile Add Puppet 4.x lint checks 2015-03-11 09:03:59 +01:00
metadata.json Prepare 6.1.0 release 2015-10-10 11:37:34 -04:00

README.md

Ceilometer

6.1.0 - 2015.1 - Kilo

Table of Contents

  1. Overview - What is the ceilometer module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with ceilometer
  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

Overview

The ceilometer module is part of OpenStack, an effort by the OpenStack infrastructure team to provice continuous integration testing and code review for OpenStack and OpenStack community projects as part of the core software. The module itself is used to flexibly configure and manage the metering service for OpenStack.

Module Description

The ceilometer module is an attempt to make Puppet capable of managing the entirety of ceilometer. This includes manifests to provision the ceilometer api, agents, and database stores. A ceilometer_config type is supplied to assist in the manipulation of configuration files.

Setup

What the ceilometer module affects

  • ceilometer, the metering service for OpenStack

Installing ceilometer

example% puppet module install puppetlabs/ceilometer

Beginning with ceilometer

Implementation

ceilometer

ceilometer is a combination of Puppet manifests and Ruby code to deliver configuration and extra functionality through types and providers.

Limitations

  • The ceilometer modules have only been tested on RedHat and Ubuntu family systems.

Beaker-Rspec

This module has beaker-rspec tests

To run:

shell bundle install bundle exec rspec spec/acceptance

Development

Developer documentation for the entire puppet-openstack project

Contributors

This is the ceilometer module.