Juju Charm - Ceilometer
Go to file
Liam Young a559ab7a10 [1chb1n, r=gnuoy] Amulet fixes 2015-10-20 14:07:43 +01:00
actions update->flush 2015-10-16 14:01:34 +01:00
charmhelpers update tests for extended status wait and svc restart checks; sync charmhelpers 2015-10-19 18:05:05 +00:00
hooks Tidy py files in root to lib folder, sort out import of hooks in actions 2015-10-16 13:29:41 +01:00
lib Tidy py files in root to lib folder, sort out import of hooks in actions 2015-10-16 13:29:41 +01: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 Remove precise check for not-always-present mongodb replset relation data; Accomodate for ceilometer-agent-central process name differences on Liberty. 2015-10-20 03:13:07 +00:00
unit_tests Rework assess status to take action managed status into account 2015-10-16 12:59:37 +01: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 Rework assess status to take action managed status into account 2015-10-16 12:59:37 +01:00
README.md Update documentation for relations per https://wiki.ubuntu.com/ServerTeam/OpenStackCharms/ReleaseNotes1501#Ceilometer 2015-02-05 10:38:48 +10:00
actions.yaml Rebased on trunk 2015-09-22 15:34:48 +00:00
charm-helpers-hooks.yaml [gnuoy,trivial] Pre-release charmhelper sync to pickup cli module 2015-07-31 14:11:37 +01:00
charm-helpers-tests.yaml Added amulet tests 2015-02-17 14:09:16 +00:00
config.yaml Rebased on trunk 2015-09-22 15:34:48 +00: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.