From: Thomas Goirand Date: Mon, 14 Oct 2013 16:17:33 +0000 (+0000) Subject: Merge branch 'debian/havana' of ssh://git.debian.org/git/openstack/ceilometer into... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=38fbb5d7e10f8c99a13b64a1cef5cedeaf9e44b9;hp=-c;p=openstack-build%2Fceilometer-build.git Merge branch 'debian/havana' of ssh://git.debian.org/git/openstack/ceilometer into debian/havana Rewritten-From: 83d61dc6540e706deda6a4183d1c5223e82ff7cf --- 38fbb5d7e10f8c99a13b64a1cef5cedeaf9e44b9 diff --combined xenial/debian/changelog index 6b62067,cd4279f..e7559df --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@@ -1,7 -1,12 +1,13 @@@ + ceilometer (2013.2~rc2-2) UNRELEASED; urgency=low + + * Added the 2 new services: alarm-evaluator and alarm-notifier. + + -- Thomas Goirand Mon, 14 Oct 2013 23:52:15 +0800 + ceilometer (2013.2~rc2-1) experimental; urgency=low * New upstream pre-release. + * Increased python-keystoneclient (build-)depends to 0.4.0. -- Thomas Goirand Mon, 14 Oct 2013 16:47:55 +0800 diff --combined xenial/debian/control index 42beb8d,3f809c9..5ad4748 --- a/xenial/debian/control +++ b/xenial/debian/control @@@ -29,7 -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, @@@ -84,7 -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, @@@ -119,6 -119,7 +119,7 @@@ Package: ceilometer-commo Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: adduser, + dpkg-dev, python-ceilometer (= ${binary:Version}), ${misc:Depends}, ${python:Depends} @@@ -202,3 -203,37 +203,37 @@@ Description: OpenStack efficient meteri 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.