27 lines
927 B
YAML
27 lines
927 B
YAML
name: ceilometer-agent
|
|
subordinate: true
|
|
summary: Subordinate charm for deploying Ceilometer compute agent
|
|
maintainer: Yolanda Robla <yolanda.robla@canonical.com>
|
|
description: |
|
|
Ceilometer project aims to become the infrastructure to collect measurements
|
|
within OpenStack so that no two agents would need to be written to collect
|
|
the same data. It's primary targets are monitoring and metering, but the
|
|
framework should be easily expandable to collect for other needs. To that
|
|
effect, Ceilometer should be able to share collected data with a variety of consumers.
|
|
.
|
|
This charm should be used in conjunction with the ceilometer and nova charm to collect
|
|
Openstack measures.
|
|
categories:
|
|
- miscellaneous
|
|
- openstack
|
|
provides:
|
|
nova-ceilometer:
|
|
interface: nova-ceilometer
|
|
scope: container
|
|
requires:
|
|
container:
|
|
interface: juju-info
|
|
scope: container
|
|
ceilometer-service:
|
|
interface: ceilometer
|