X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;h=87b92311495bb7185391d8b97d5dad8a9cf8ee55;hb=f6548ebec53c2a33ba670779e4b735d7fef9c831;hp=a0111bcd8a1d783245c75ed3461b9a1ff9a2dc25;hpb=e1a973dc6c81cef2cc8f44ffe4784c6007d686f1;p=openstack-build%2Fceilometer-build.git diff --git a/debian/control b/debian/control index a0111bc..87b9231 100644 --- a/debian/control +++ b/debian/control @@ -187,3 +187,37 @@ Description: ceilometer central agent (A ceilometer is an instrument that measures cloud coverage.) . This package contains the central agent. + +Package: ceilometer-alarm-evaluator +Architecture: all +Pre-Depends: dpkg (>= 1.15.6~) +Depends: ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${ostack-lsb-base}, + ${python:Depends} +Description: OpenStack efficient metering counters system - alarm evaluator + Ceilometer aims to deliver a Single Point Of Contact for billing systems, + providing all the counters they need to establish customer billing, accros + all current and future OpenStack components. The delivery of counters must be + traceable and auditable, the counters must be easily extensible to support new + projects, and agents doing data collections should be independent of the + overall system. + . + This package contains the alarm evaluator daemon. + +Package: ceilometer-alarm-notifier +Architecture: all +Pre-Depends: dpkg (>= 1.15.6~) +Depends: ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${ostack-lsb-base}, + ${python:Depends} +Description: OpenStack efficient metering counters system - alarm notifier + Ceilometer aims to deliver a Single Point Of Contact for billing systems, + providing all the counters they need to establish customer billing, accros + all current and future OpenStack components. The delivery of counters must be + traceable and auditable, the counters must be easily extensible to support new + projects, and agents doing data collections should be independent of the + overall system. + . + This package contains the alarm notifier daemon.