2
by Yolanda Robla
first hook |
1 |
name: ceilometer |
2 |
summary: Openstack measures collection system |
|
3 |
maintainer: Yolanda Robla <yolanda.robla@canonical.com> |
|
4 |
description: | |
|
14
by yolanda.robla at canonical
fixing pep8 |
5 |
Ceilometer project aims to become the infrastructure to collect measurements
|
6 |
within OpenStack so that no two agents would need to be written to collect
|
|
7 |
the same data. It's primary targets are monitoring and metering, but the
|
|
8 |
framework should be easily expandable to collect for other needs. To that
|
|
9 |
effect, Ceilometer should be able to share collected data with a variety
|
|
10 |
of consumers.
|
|
2
by Yolanda Robla
first hook |
11 |
provides: |
10
by yolanda.robla at canonical
added ceilometer-agent relationship |
12 |
ceilometer-service: |
13 |
interface: ceilometer |
|
2
by Yolanda Robla
first hook |
14 |
requires: |
15 |
shared-db: |
|
5
by yolanda.robla at canonical
added mongo and rabbit relationships |
16 |
interface: mongodb |
3
by yolanda.robla at canonical
first steps with hook |
17 |
amqp: |
18 |
interface: rabbitmq |
|
7
by yolanda.robla at canonical
added keystone relationship |
19 |
identity-service: |
20 |
interface: keystone |