X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcontrol;h=855c6433bf418e8a0ffd5c0bb181b0d0b96d3371;hb=8f0bba60b88be4d05312633b3d6165ec15b0486f;hp=5fed467c857158ede7b269d573aa7cbf55608645;hpb=9ed9a8077046102d4b1ac5edc630b266fe7063d8;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/control b/trusty/debian/control index 5fed467..855c643 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -10,11 +10,14 @@ Build-Depends: pylint, python-all (>= 2.7.1), python-anyjson (>= 0.3.3), + python-awsauth, python-ceilometerclient (>= 1.0.13), python-croniter (>= 0.3.4), python-docutils, + python-elasticsearch (>= 1.3.0), python-eventlet (>= 0.16.1), python-glanceclient (>= 1:0.15.0), + python-happybase, python-iso8601 (>= 0.1.9), python-jsonpath-rw (>=1.2.0), python-jsonschema (>= 2.0.0), @@ -26,17 +29,19 @@ Build-Depends: python-neutronclient (>= 1:2.3.11), python-nose, python-novaclient (>= 1:2.22.0), - python-oslo-context (>= 0.2.0), - python-oslo-db (>= 1.7.0), - python-oslo-concurrency (>= 1.8.0), - python-oslo-config (>= 1:1.9.3), - python-oslo-i18n (>= 1.5.0), - python-oslo-messaging (>= 1.8.0), - python-oslo-middleware (>= 1.0.0), - python-oslo-policy (>= 0.3.1), - python-oslo-rootwrap (>= 1.6.0), - python-oslo-serialization (>= 1.4.0), - python-oslo-utils (>= 1.4.0), + python-oslo.context (>= 0.2.0), + python-oslo.db (>= 1.7.0), + python-oslo.concurrency (>= 1.8.0), + python-oslo.config (>= 1:1.9.3), + python-oslo.i18n (>= 1.5.0), + python-oslo.messaging (>= 1.8.0), + python-oslo.middleware (>= 1.0.0), + python-oslo.policy (>= 0.3.1), + python-oslo.rootwrap (>= 1.6.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.4.0), + python-oslosphinx (>= 2.5.0), + python-oslo.vmware, python-pastedeploy (>= 1.5.0), python-posix-ipc, python-pbr (>= 0.10), @@ -48,6 +53,10 @@ Build-Depends: python-retrying (>= 1.2.3), python-tz (>= 2013.6), python-six (>= 1.9.0), + python-sphinx, + python-sphinxcontrib-docbookrestapi, + python-sphinxcontrib-httpdomain, + python-sphinxcontrib-pecanwsme, python-sqlalchemy (>= 0.9.7), python-stevedore (>= 1.3.0), python-swiftclient (>= 1:2.2.0), @@ -64,6 +73,7 @@ Package: python-ceilometer Architecture: all Depends: openstack-pkg-tools (>= 21), + python-awsauth, python-all (>= 2.7.1), python-anyjson (>= 0.3.3), python-ceilometerclient (>= 1.0.13), @@ -80,17 +90,18 @@ Depends: python-migrate (>= 0.9.5), python-neutronclient (>= 1:2.3.11), python-novaclient (>= 1:2.22.0), - python-oslo-context (>= 0.2.0), - python-oslo-db (>= 1.7.0), - python-oslo-concurrency (>= 1.8.0), - python-oslo-config (>= 1:1.9.3), - python-oslo-i18n (>= 1.5.0), - python-oslo-messaging (>= 1.8.0), - python-oslo-middleware (>= 1.0.0), - python-oslo-policy (>= 0.3.1), - python-oslo-rootwrap (>= 1.6.0), - python-oslo-serialization (>= 1.4.0), - python-oslo-utils (>= 1.4.0), + python-oslo.context (>= 0.2.0), + python-oslo.db (>= 1.7.0), + python-oslo.concurrency (>= 1.8.0), + python-oslo.config (>= 1:1.9.3), + python-oslo.i18n (>= 1.5.0), + python-oslo.messaging (>= 1.8.0), + python-oslo.middleware (>= 1.0.0), + python-oslo.policy (>= 0.3.1), + python-oslo.rootwrap (>= 1.6.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.vmware, + python-oslo.utils (>= 1.4.0), python-pastedeploy (>= 1.5.0), python-posix-ipc, python-pbr (>= 0.10), @@ -310,3 +321,18 @@ Description: Ceilometer notification agent (A ceilometer is an instrument that measures cloud coverage.) . This package contains the alarm notifier daemon. + +Package: ceilometer-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, + ${sphinxdoc:Depends}, +Description: OpenStack efficient metering counters system - doc + Ceilometer aims to deliver a Single Point Of Contact for billing systems, + providing all the counters they need to establish customer billing, across + 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 documentation.