X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcontrol;h=efbb0ed82f958d2520e41f669391a02f9c8ba2b0;hb=eaf9c9d80fe6e48cda7425fb02c218e1e98d1144;hp=d421ef29458e8816e0ad1c07287d3f68e58a7b2f;hpb=4ef6415723e7b5075eec7942916f4f974e981b29;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/control b/trusty/debian/control index d421ef2..efbb0ed 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -29,7 +29,7 @@ Build-Depends-Indep: alembic (>= 0.4.2), python-happybase, python-httplib2, python-iso8601, - python-keystoneclient (>= 1:0.3.2), + python-keystoneclient (>= 1:0.4.0), python-kombu (>> 2.4.7), python-lockfile, python-lxml, @@ -60,7 +60,7 @@ Build-Depends-Indep: alembic (>= 0.4.2), python-testtools (>= 0.9.29), python-unittest2, python-webob (>= 1.2.3), - python-wsme (>= 0.5b5), + python-wsme (>= 0.5b6), python-yaml, testrepository (>= 0.0.13) Standards-Version: 3.9.4 @@ -84,7 +84,7 @@ Depends: alembic (>= 0.4.2), python-glanceclient (>= 1:0.10.0), python-greenlet (>= 0.4), python-iso8601, - python-keystoneclient (>= 1:0.3.2), + python-keystoneclient (>= 1:0.4.0), python-kombu (>> 2.4.7), python-lockfile, python-lxml, @@ -100,7 +100,7 @@ Depends: alembic (>= 0.4.2), python-stevedore (>= 0.9), python-swiftclient (>= 1:1.6.0), python-webob (>= 1.2.3), - python-wsme (>= 0.5b5), + python-wsme (>= 0.5b6), python-yaml, ${misc:Depends}, ${python:Depends} @@ -119,6 +119,7 @@ Package: ceilometer-common Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: adduser, + dpkg-dev, python-ceilometer (= ${binary:Version}), ${misc:Depends}, ${python:Depends} @@ -202,3 +203,37 @@ Description: OpenStack efficient metering counters system - central agent overall system. . 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.