X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;h=41ed765dd2b210da6ed35d23c212f865987f834a;hb=e0d54b44858c0e7952d6d1c41c2345a9ccc0b0eb;hp=87b92311495bb7185391d8b97d5dad8a9cf8ee55;hpb=15b70d3892959a2dd77cafbd58feb1c8374e6649;p=openstack-build%2Fceilometer-build.git diff --git a/debian/control b/debian/control index 87b9231..41ed765 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,12 @@ Maintainer: Chuck Short Build-Depends: alembic (>= 0.6.0), debhelper (>= 8.0.0), - msgpack-python, python-all (>= 2.6), python-anyjson (>= 0.3.3), + python-argparse, python-babel (>= 0.9.6), - python-ceilometerclient (>= 1.0.3), + python-ceilometerclient (>= 1.0.6), + python-croniter, python-coverage, python-docutils, python-eventlet (>= 0.13.0), @@ -17,17 +18,22 @@ Build-Depends: python-flask (>= 0.10), python-glanceclient (>= 1:0.9.3), python-httplib2, - python-happybase, - python-iso8601, - python-keystoneclient (>= 1:0.3.2), - python-kombu (>= 2.4.7), + python-happybase (>= 0.4), + python-iso8601 (>=0.1.8), + python-jsonpath-rw, + python-jsonschema (>=2.0.0), + 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, + msgpack-python, + python-mysqldb, + python-netaddr (>= 0.7.6), python-nova, - python-novaclient (>= 1:2.12.10), + python-novaclient (>= 1:2.15.0), python-oslo.config (>= 1:1.2.0), python-oslo.sphinx, python-pbr (>= 0.5.21), @@ -37,20 +43,20 @@ Build-Depends: python-simplejson, python-sphinx, python-sqlalchemy (>= 0.8.2), - python-stevedore (>= 0.10), + python-stevedore (>= 0.13), python-subunit, - python-six, + python-six (>= 1.4.1), python-swift, python-swiftclient (>= 1.5), python-testscenarios (>= 0.4), python-testtools (>= 0.9.32), python-webob (>= 1.2.3), - python-wsme (>= 0.5b5), - python-yaml, + python-wsme (>= 0.6), + python-yaml (>= 3.1.0), testrepository (>= 0.0.17) Standards-Version: 3.9.4 -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/ceilometer/havana/files -Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/ceilometer/havana +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 @@ -58,31 +64,35 @@ Depends: alembic (>= 0.6.0), msgpack-python, python-anyjson (>= 0.3.3), - python-ceilometerclient (>= 1.0.3), + python-argparse, + python-ceilometerclient (>= 1.0.6), python-eventlet (>= 0.13.0), python-flask (>= 0.10), python-glanceclient (>= 1:0.9.3), - python-happybase, - python-iso8601, - python-keystoneclient (>= 1:0.3.2), + python-happybase (>= 0.4), + python-iso8601 (>= 0.1.8), + python-jsonschema (>=2.0.0), + 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.12.10), + python-novaclient (>= 1:2.15.0), python-oslo.config (>= 1:1.2.0), python-pecan (>= 0.2.0), python-pymongo (>= 2.6), - python-six, - python-yaml, + python-six (>= 1.4.1), + python-yaml (>= 3.1.0), python-requests (>= 1.1), python-sqlalchemy (>= 0.8.2), - python-stevedore (>= 0.10), + python-stevedore (>= 0.12), python-swiftclient (>= 1.5), python-webob (>= 1.2.3), - python-wsme (>= 0.5b5), + python-wsme (>= 0.6), ${misc:Depends}, ${python:Depends} +Suggests: python-pysnmp4 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 @@ -188,36 +198,56 @@ Description: ceilometer central agent . 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 notification 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. +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 -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. +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 alarm notifier daemon.