ceilometer (2013.2-0ubuntu1~cloud0) precise-havana; urgency=low * New upstream release for the Ubuntu Cloud Archive. -- James Page Mon, 14 Oct 2013 15:29:44 +0100 ceilometer (2013.2~rc2-0ubuntu1) saucy; urgency=low * New upstream release candidate (LP: #1239156): - d/p/revert-keystone-compat.patch: Revert keystoneclient 0.4.0 compat fix as this causes test failures against 0.3.4. * d/control: Drop a3 from versioned dependency on python-oslo.config. -- James Page Mon, 14 Oct 2013 10:30:03 +0100 ceilometer (2013.2~rc1-0ubuntu1) saucy; urgency=low * debian/patches/fix-setup-requirements.patch: Dropped no longer needed. * debian/patches/skip-database.patch: Refreshed * debian/control: - Add versioned dependency for python-pbr. - Bump version dependency for python-webob. - Add versioned dependency for alembic. - Bump versioned dependency for python-sqlalchemy. - Add versioned dependency for python-pymongo. - Add versioned dependency for python-eventlet. - Dropped python-extras dependency. - Bump versioned dependency for python-flask. - Bump versioned dependency for python-stevedore. - Add versioned dependency for python-glanceclient. - Bump versioned dependency for python-novaclient. - Bump versioned dependency for python-keystoneclient. - Bump versioned dependency for python-ceilometerclient. - Add versioned dependency for python-lxml. - Bump versioned dependency for python-wsme. - Dropped python-netifaces dependency. - Added python-httplib2 build dependency. - Bump versioned dependency for python-fixtures. - Bump versioned dependency for testrepository. - Added versioned dependency for python-testtools. - Added versioned dependency for python-swiftclient. - Dropped python-cinderclient dependency. - Dropped python-lockfile dependency. - Dropped python-setuptoools-git dependency. - Dropped python-unittest2 dependency. - Dropped python-d2to1 dependency. - Added versioned dependency for python-testtools. - Added binary dependency for python-netaddr. - Add python-six as a dependency. * debian/patches/fix-setup-requirements.patch: Bump sqlachemy version. * debian/ceilometer-common.install: - Dropped ceilometer-alarm-singleton, no longer exists. - Added usr/bin/ceilometer-alarm-evaluator. -- Chuck Short Thu, 03 Oct 2013 08:40:40 -0400 ceilometer (2013.2~b3-0ubuntu1) saucy; urgency=low [ Chuck Short ] * New upstream release. * debian/patches/fix-setup-requirements.patch: Refreshed * debian/patches/skip-database.patch: Refreshed [ Yolanda Robla ] * debian/control,debian/tests: Add basic autopkgtests. [ Adam Gandelman ] * debian/patches/default-dbconnection-sqlite.patch: Set 'connection' flag in [database] section, referencing 'sqlite_db' (LP: #1221956). * debian/patches/skip-database-tests.patch: Also patch out db2 and hbase scenarios in v2 test_statistics_scenarios.py. * debian/rules: Clean python-pbr egg if it exists, set PYTHONPATH to build dir when running tests. -- Chuck Short Sat, 07 Sep 2013 15:58:58 -0400 ceilometer (2013.2~b2-0ubuntu4) saucy; urgency=low * debian/patches/skip-database-tests.patch: Refreshed due to precise failures. -- Chuck Short Sun, 28 Jul 2013 21:58:31 -0400 ceilometer (2013.2~b2-0ubuntu3) saucy; urgency=low * debian/rules: Enable testsuite. * debian/control: Fix up run time dependencies. * debian/patches/fix-setup-requirements.patch: Refreshed * debian/patches/skip-database-tests.patch: Refreshed -- Chuck Short Mon, 22 Jul 2013 15:17:35 -0400 ceilometer (2013.2~b2-0ubuntu2) saucy; urgency=low * debian/control: Fix sqlalchemy dependency. -- Chuck Short Fri, 19 Jul 2013 14:51:18 -0400 ceilometer (2013.2~b2-0ubuntu1) saucy; urgency=low [ Yolanda Robla ] * debian/patches/default-dbconnection-sqlite.patch: updated db section [ Chuck Short ] * New upstream version. * debian/patches/default-dbconnection-sqlite.patch: Refreshed. * debian/control: Bump requirements for stevedore to 0.9. * debian/control: Add python-simplejson * debian/control: Drop python-keystoneclient hardcoded version. * debian/control: Add python-testscenarios as a build depends. * debian/control: Add python-cinderclient as a build depends. * debian/control: Add python-ceilometerclient as a build depends. * debian/control: Add python-alembic as build depends. * debian/control: Add python-oslo.sphinx as build-depends. * debian/control: Update runtime depends. * debian/control: Add python-happybase. * debian/ceilometer-common.install: Add ceilometer-alarm-singleton, ceilometer-alarm-notifier, and ceilometer-expirer. * debian/patches/skip-database-tests.patch: Skip database tests if the database is not installed. [ James Page ] * d/control: Update VCS fields for new branch locations. -- Chuck Short Fri, 19 Jul 2013 10:04:36 -0400 ceilometer (2013.2~b1-0ubuntu1) saucy; urgency=low * New upstream release. * debian/rules: Add fail-missing if binaries are missing from the packages. * debian/control: Add python-happybase as build-dependencies. * debian/control: Add python-pbr and python-d2to1 as build-dependencies * debian/control: Add python-fixtures as build-dependencies. * debian/control: Add python-nova as build-dependencies. * debian/control: Add python-testtools * debian/control: Add msgpack-python. * debian/patches/requests-dep.patch: Dropped no longer needed. * debian/patches/remove-hbase-support.patch: Dropped no longer neded. * debian/patches/default-dbconnection-sqlite.patch: Refreshed. * debian/rules: Use testr instead of nosetests to run tests. * debian/ceilometer-collector.install: Added usr/bin/ceilometer-collector-udp. -- Chuck Short Fri, 31 May 2013 10:29:16 -0500 ceilometer (2013.1-0ubuntu1) raring; urgency=low * New upstream release. -- Chuck Short Fri, 05 Apr 2013 14:34:37 -0500 ceilometer (2013.1~rc1-0ubuntu1) raring; urgency=low [ Chuck Short ] * New upstream release. * debian/watch: point to the right releases. * debian/rules: Enable testsuite. * debian/ceilometer-agent-compute.postinst: Add smarts to configure users after install. * debian/ceilometer-common.postinst: Configure ceilometer db. * debian/ceilometer-common.install: Install configuration files. * debian/*.upstart: Update and use start-stop-daemon. [ James Page ] * Added watch file. * d/rules: Fixup test suite execution as much as possible: - Set PYTHONPATH to CURDIR during execution. - Provide HOME directory for keystone tests. - Override clean to tidy up after execution. * d/control: Tidied BD's: - Drop python-ming (not the right ming). - python-oslo-config -> python-oslo.config. - Dropped misc other surplus/duplicate dependencies. - Wrapped and sorted. * d/p/request-dep.patch: Remove upper bound on python-requests inline with the rest of OpenStack. * d/p/remove-hbase-support.patch: Remove happybase dependency. * d/control: Bumped Standards-Version, no changes. [ Yolanda Robla ] * d/rules: Copy ceilometer.conf.sample to ceilometer.conf. * d/ceilometer-common.install: Install ceilometer.conf and ceilometer-dbsync. * d/ceilometer-common.postinst: fixing user/group creation. * d/*.upstart: Fix upstart jobs. * d/pydist-overrides: Correct pymongo and wsme package names. * d/control: modified mongodb recommends to suggests (LP: #1131627). * d/files: copying pipeline.yaml. * d/control: fixed typo (LP: #1140309). * d/patches/default-dbconnection-sqlite.patch: default db to sqlite -- Chuck Short Tue, 26 Mar 2013 11:23:03 -0500 ceilometer (0.1-0ubuntu2) raring; urgency=low * Fix typo in debian/control (ceioleter -> ceilometer) (LP: #1140309) -- Hans Joachim Desserud Sun, 03 Mar 2013 20:08:39 +0100 ceilometer (0.1-0ubuntu1) quantal; urgency=low * New upstream release. -- Chuck Short Fri, 12 Oct 2012 09:34:05 -0500 ceilometer (0~20121002-0ubuntu2) quantal; urgency=low * Fix two typos in dependencies in debian/control (LP: #1063244) -- Adam Conrad Sun, 07 Oct 2012 07:49:55 -0600 ceilometer (0~20121002-0ubuntu1) quantal; urgency=low * Initial release. -- Chuck Short Wed, 03 Oct 2012 13:00:29 -0500