example42/puppet-ceilometer

Name: puppet-ceilometer

Owner: Example42

Description: Minimal Puppet module for OpenStack Ceilometer

Created: 2013-11-10 09:48:20.0

Updated: 2016-05-12 10:50:34.0

Pushed: 2016-05-12 10:50:33.0

Homepage: null

Size: 25

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ceilometer

DEPRECATION NOTICE

This module is no more actively maintained and will hardly be updated.

Please find an alternative module from other authors or consider Tiny Puppet as replacement.

If you want to maintain this module, contact Alessandro Franceschi

Table of Contents
  1. Overview
  2. Module Description
  3. Setup
  4. Usage
  5. Operating Systems Support
  6. Development
Overview

This module installs, manages and configures ceilometer and its services.

Module Description

The module is based on stdmod naming standards version 0.9.0.

Refer to http://github.com/stdmod/ for complete documentation on the common parameters.

For a fully automated Puppet setup of OpenStack you'd better use the official StackForge modules. This module is intended to be a quick replacement for setups where you want to manage configurations based on plain template files or where you want to puppettize an existing OpenStack installation.

Setup
Resources managed by ceilometer module
Setup Requirements
Beginning with module ceilometer

To install the package provided by the module just include it:

    include ceilometer

The main class arguments can be provided either via Hiera (from Puppet 3.x) or direct parameters:

    class { 'ceilometer':
      parameter => value,
    }

The module provides a generic define to manage any ceilometer configuration file in /etc/ceilometer:

    ceilometer::conf { 'sample.conf':
      content => '# Test',
    }

A define to manage the package/service/configfile of single ceilometer services. To install the package and run the service:

    ceilometer::generic_service { 'ceilometer-registry': }

To provide a configuration file for the service (alternative to ceilometer::conf):

    ceilometer::generic_service { 'ceilometer-registry':
      config_file_template => 'site/ceilometer/ceilometer-registry.conf
    }
Usage
Operating Systems Support

This is tested on these OS:

Development

Pull requests (PR) and bug reports via GitHub are welcomed.

When submitting PR please follow these quidelines:

When submitting bug report please include or link:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.