fuel-library/deployment/puppet/ceilometer
Sergey Kolekonov 8637d96478 Fix upstart logs management
- disable use_stderr option for all components because upstart adds to logs
  all output from stderr output of its jobs
- add upstart logs to common fuel logrotate configuration file
- add noop tests

Change-Id: Ifefec5e4c8e3438229018edc7c1aaa53a3a779bd
Upstream patches: https://review.openstack.org/#/q/topic:bug/1482564,n,z
Closes-bug: #1469176
2015-08-12 12:56:36 +00:00
..
examples Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
lib/puppet Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
manifests Fix upstart logs management 2015-08-12 12:56:36 +00:00
spec Fix upstart logs management 2015-08-12 12:56:36 +00:00
.fixtures.yml Fix time to live and timeout parameters for ceilometer 2015-08-05 20:40:33 +03:00
.gitignore Sync puppet-ceilometer 2014-10-03 15:42:56 +03:00
.gitreview Ceilometer integration 2013-11-14 21:25:46 +04:00
.travis.yml Ceilometer integration 2013-11-14 21:25:46 +04:00
CHANGELOG.md Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
Gemfile Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
LICENSE Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
README.md Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
Rakefile Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00
metadata.json Sync Ceilometer puppet module from upstream 2015-07-17 14:14:19 +00:00

README.md

Ceilometer

6.0.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.