X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;h=91a1a15557c9af0f6b5125cbf995e31b3cb37ec8;hb=8c62f9530a3f5122f2dc26e109d4ee05368ff6cf;hp=3dc8f6c5a5e917899f335559de6bb4113c497b89;hpb=1946357f3212070b54042497775f4b55f2aafb3d;p=openstack-build%2Fceilometer-build.git diff --git a/debian/control b/debian/control index 3dc8f6c..91a1a15 100644 --- a/debian/control +++ b/debian/control @@ -3,48 +3,90 @@ Section: python Priority: optional Maintainer: Chuck Short Build-Depends: + alembic (>= 0.6.0), debhelper (>= 8.0.0), python-all (>= 2.6), - python-nose, - python-anyjson (>= 0.2.4), - python-argparse, + python-anyjson (>= 0.3.3), python-babel (>= 0.9.6), + python-ceilometerclient (>= 1.0.6), python-coverage, python-docutils, - python-eventlet, - python-extras, - python-flask (>= 0.9), - python-glanceclient, - python-iso8601, - python-keystoneclient (<< 1:0.3), - python-kombu, - python-lockfile, - python-lxml, + python-eventlet (>= 0.13.0), + python-fixtures (>= 0.3.14), + python-flask (>= 0.10), + python-glanceclient (>= 1:0.9.3), + python-httplib2, + python-happybase (>= 0.4), + python-iso8601 (>=0.1.8), + python-jsonpath-rw, + python-keystoneclient (>= 1:0.4.1), + python-kombu (>= 2.4.8), + python-lxml (>= 2.3), + python-lockfile (>= 0.8), python-migrate, python-mock, python-mox, - python-netaddr, - python-netifaces, - python-novaclient (>= 2.6.10), - python-oslo.config, + msgpack-python, + python-mysqldb, + python-netaddr (>= 0.7.6), + python-nova, + python-novaclient (>= 1:2.15.0), + python-oslo.config (>= 1:1.2.0), + python-oslo.sphinx, + python-pbr (>= 0.5.21), python-pecan (>= 0.2.0), - python-pymongo (>= 2.2), - python-requests, - python-setuptools-git (>= 0.4), + python-pymongo (>= 2.6), + python-requests (>= 1.1), + python-simplejson, python-sphinx, - python-sqlalchemy, - python-stevedore (>= 0.6), + python-sqlalchemy (>= 0.8.2), + python-stevedore (>= 0.12), + python-subunit, + python-six (>= 1.4.1), python-swift, - python-swiftclient, - python-unittest2, - python-webob (>= 1.2), - python-wsme (>= 0.5b1), - python-yaml + python-swiftclient (>= 1.5), + python-testscenarios (>= 0.4), + python-testtools (>= 0.9.32), + python-webob (>= 1.2.3), + python-wsme (>= 0.5b6), + python-yaml (>= 3.1.0), + testrepository (>= 0.0.17) Standards-Version: 3.9.4 +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse/files +Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse Package: python-ceilometer Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: + alembic (>= 0.6.0), + msgpack-python, + python-anyjson (>= 0.3.3), + python-ceilometerclient (>= 1.0.6), + python-eventlet (>= 0.13.0), + python-flask (>= 0.10), + python-glanceclient (>= 1:0.9.3), + python-happybase (>= 0.4), + python-iso8601 (>= 0.1.8), + python-keystoneclient (>= 1:0.4.1), + python-kombu (>= 2.4.8), + python-lxml (>= 2.3), + python-lockfile (>= 0.8), + python-migrate, + python-netaddr, + python-novaclient (>= 1:2.15.0), + python-oslo.config (>= 1:1.2.0), + python-pecan (>= 0.2.0), + python-pymongo (>= 2.6), + python-six (>= 1.4.1), + python-yaml (>= 3.1.0), + python-requests (>= 1.1), + python-sqlalchemy (>= 0.8.2), + python-stevedore (>= 0.12), + python-swiftclient (>= 1.5), + python-webob (>= 1.2.3), + python-wsme (>= 0.5b6), + ${misc:Depends}, + ${python:Depends} Description: ceilometer python libraries Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all @@ -149,3 +191,59 @@ Description: ceilometer central agent (A ceilometer is an instrument that measures cloud coverage.) . This package contains the central agent. + +Package: ceilometer-agent-notification +Architecture: all +Depends: + ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${python:Depends} +Description: ceilometer notification agent + Ceilometer aims to deliver a unique point of contact for billing systems to + aquire all counters they need to establish customer billing, accross all + current and future OpenStack components. The delivery of counters must + be tracable and auditable, the counters must be easily extensible to support + new projects, and agents doing data collections should be + independent of the overall system. + . + (A ceilometer is an instrument that measures cloud coverage.) + . + This package contains the notificaiton agent. + +Package: ceilometer-alarm-evaluator +Architecture: all +Depends: + ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${python:Depends} +Description: Ceilometer alarm evaluator + Ceilometer aims to deliver a unique point of contact for billing systems to + aquire all counters they need to establish customer billing, accross all + current and future OpenStack components. The delivery of counters must + be tracable and auditable, the counters must be easily extensible to support + new projects, and agents doing data collections should be + independent of the overall system. + . + (A ceilometer is an instrument that measures cloud coverage.) + . + This package contains the alarm evaluator daemon. + +Package: ceilometer-alarm-notifier +Architecture: all +Depends: + ceilometer-common (= ${binary:Version}), + ${misc:Depends}, + ${python:Depends} +Description: Ceilometer notification agent + Ceilometer aims to deliver a unique point of contact for billing systems to + aquire all counters they need to establish customer billing, accross all + current and future OpenStack components. The delivery of counters must + be tracable and auditable, the counters must be easily extensible to support + new projects, and agents doing data collections should be + independent of the overall system. + . + (A ceilometer is an instrument that measures cloud coverage.) + . + This package contains the arlarm notifier daemon. + +