~openstack-charmers-archive/charms/trusty/ceilometer/next

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: ceilometer
summary: OpenStack Telemetry
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.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.
tags:
  - openstack
  - telemetry
  - misc
provides:
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  ceilometer-service:
    interface: ceilometer
requires:
  shared-db:
    interface: mongodb
  amqp:
    interface: rabbitmq
  identity-service:
    interface: keystone
  identity-notifications:
    interface: keystone-notifications
  ha:
    interface: hacluster
    scope: container
peers:
  cluster:
    interface: ceilometer-ha