X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=xenial%2Fdebian%2Fcontrol;h=a549682e27bedbbaca68e3466a03d4b71b052231;hb=be6136387b2511863443b5a09c881c7db7c33423;hp=835a758e11a3c396bc19a32836cfaf2baf8ffe16;hpb=1a96a894db0677bbc83a1f490f4abd70aaf50791;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/control b/xenial/debian/control index 835a758..a549682 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -9,6 +9,7 @@ Uploaders: Loic Dachary (OuoU) , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), + openstack-pkg-tools Build-Depends-Indep: pep8, python-anyjson, python-eventlet, @@ -23,10 +24,10 @@ Build-Depends-Indep: pep8, python-mox, python-netaddr, python-nose, - python-nova, + python-nova (>= 2012.2), python-setuptools-git, python-sqlalchemy, - python-stevedore, + python-stevedore (>= 0.6), python-webob, Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary @@ -38,16 +39,16 @@ Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends}, python-anyjson, - python-eventlet, - python-flask, + python-eventlet, + python-flask (>= 0.9), python-iso8601, python-kombu, python-lockfile, + python-nova (>= 2012.2), python-netaddr, - python-sqlalchemy, - python-stevedore, + python-stevedore (>= 0.6), python-webob -Description: openstack efficient metering counters system (Python libraries) +Description: OpenStack efficient metering counters system (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 current and future OpenStack components. The delivery of counters must be @@ -55,17 +56,15 @@ Description: openstack efficient metering counters system (Python libraries) 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 Python libraries that are needed for all parts of - ceilometer + Ceilometer. Package: ceilometer-common Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-ceilometer (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, adduser Provides: ${python:Provides} -Description: openstack efficient metering counters system (common files) +Description: OpenStack efficient metering counters system (common files) 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 @@ -73,15 +72,14 @@ Description: openstack efficient metering counters system (common files) 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 files that are needed for all parts of ceilometer + This package contains files that are needed for all parts of Ceilometer. Package: ceilometer-collector Architecture: all Pre-Depends: dpkg (>= 1.15.6~) +Recommends: python-pymongo (>= 2.2), python-sqlalchemy Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: openstack efficient metering counters system (collector service) +Description: OpenStack efficient metering counters system (collector service) 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 @@ -89,15 +87,14 @@ Description: openstack efficient metering counters system (collector service) 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 collector service + This package contains the collector service. Package: ceilometer-api Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: openstack efficient metering counters system (api service) +Recommends: python-pymongo (>= 2.2), python-sqlalchemy +Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystone (>= 2012.2) +Description: OpenStack efficient metering counters system (API service) 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 @@ -105,13 +102,13 @@ Description: openstack efficient metering counters system (api service) projects, and agents doing data collections should be independent of the overall system. . - This package contains the api service + This package contains the API service. Package: ceilometer-agent-compute Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: openstack efficient metering counters system (compute agent) +Description: OpenStack efficient metering counters system (compute 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 @@ -119,15 +116,14 @@ Description: openstack efficient metering counters system (compute agent) 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 compute agent + This package contains the compute agent. Package: ceilometer-agent-central Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends} -Description: openstack efficient metering counters system (central agent) +Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, + ${misc:Depends}, python-keystoneclient +Description: OpenStack efficient metering counters system (central 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 @@ -135,6 +131,4 @@ Description: openstack efficient metering counters system (central agent) 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 central agent.