Juju Charm - Ceilometer
Go to file
yolanda.robla@canonical.com c20b69b12c resync charmhelper 2014-03-12 13:10:19 +01:00
hooks resync charmhelper 2014-03-12 13:10:19 +01:00
templates changes for active/active in rabbit 2014-03-05 17:00:32 +01:00
unit_tests removing syslog from ceilometer tests 2014-02-18 12:52:16 +01:00
.coveragerc Add unit tests, tidylint 2013-10-20 12:32:35 -07:00
.project Add missing files 2013-03-31 12:21:09 +01:00
.pydevproject Add unit tests, tidylint 2013-10-20 12:32:35 -07:00
Makefile Add unit tests, tidylint 2013-10-20 12:32:35 -07:00
README.md Tidy readme 2013-10-14 16:54:47 +01:00
charm-helpers.yaml Resync charm-helpers 2013-11-06 09:06:52 +08:00
config.yaml added syslog support 2014-02-03 11:33:27 +01:00
copyright first version 2013-01-11 14:07:16 +01:00
icon.svg [trivial] Add icon 2014-01-31 12:01:25 +00:00
metadata.yaml Add openstack to cat 2013-10-20 15:30:27 -07:00
revision resync charmhelper 2014-03-12 13:10:19 +01:00
setup.cfg Add unit tests, tidylint 2013-10-20 12:32:35 -07:00

README.md

Overview

This charm provides the Ceilometer service for OpenStack. It is intended to be used alongside the other OpenStack components, starting with the Folsom release.

Ceilometer is made up of 2 separate services: an API service, and a collector service. This charm allows them to be deployed in different combination, depending on user preference and requirements.

This charm was developed to support deploying Folsom on both Ubuntu Quantal and Ubuntu Precise. Since Ceilometer is only available for Ubuntu 12.04 via the Ubuntu Cloud Archive, deploying this charm to a Precise machine will by default install Ceilometer and its dependencies from the Cloud Archive.

Usage

In order to deploy Ceilometer service, the MongoDB service is required:

juju deploy mongodb
juju deploy ceilometer
juju add-relation ceilometer mongodb

then Keystone and Rabbit relationships need to be established:

juju add-relation ceilometer rabbitmq
juju add-relation ceilometer keystone

In order to capture the calculations, a Ceilometer compute agent needs to be installed in each nova node, and be related with Ceilometer service:

juju deploy ceilometer-agent
juju add-relation ceilometer-agent nova-compute
juju add-relation ceilometer:ceilometer-service ceilometer-agent:ceilometer-service

Ceilometer provides an API service that can be used to retrieve Openstack metrics.