Juju Charm - Ceilometer
Go to file
Jorge Niedbalski a71ac4fd12 Adds the api_workers option 2015-07-09 18:31:30 -03:00
hooks Adds the api_workers option 2015-07-09 18:29:27 -03:00
ocf/openstack Account for ssl port monitoring. 2014-12-17 16:22:18 -07:00
templates Adds the api_workers option 2015-07-09 18:31:30 -03:00
tests disable liberty amulet tests 2015-07-02 01:45:46 +00:00
unit_tests Adds the api_workers option 2015-07-09 18:29:27 -03:00
.bzrignore Resync helpers 2014-07-02 09:05:06 +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 ceilometer-agent sentry; add debug logging 2015-06-29 14:55:23 +00:00
README.md Update documentation for relations per https://wiki.ubuntu.com/ServerTeam/OpenStackCharms/ReleaseNotes1501#Ceilometer 2015-02-05 10:38:48 +10:00
charm-helpers-hooks.yaml Resync le charm helpers 2015-06-04 09:44:43 +01:00
charm-helpers-tests.yaml Resync le charm helpers 2015-06-04 09:44:43 +01:00
config.yaml Adds the api_workers option 2015-07-09 18:29:27 -03:00
copyright Update copyright for ceilometer-agent-central pacemaker agent 2015-04-22 10:00:37 -03:00
icon.svg [trivial] Add icon 2014-01-31 12:01:25 +00:00
metadata.yaml update ceilometer nova conf check 2015-07-01 17:04:36 +00:00
revision resync charmhelper 2014-03-12 13:10:19 +01:00
setup.cfg Account for ssl port monitoring. 2014-12-17 16:22:18 -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:identity-service
juju add-relation ceilometer keystone:identity-notifications

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.