Jump to: navigation, search

Difference between revisions of "Ceilometer/milestone/g2"

m (Text replace - "__NOTOC__" to "")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
 
<!-- ## page was renamed from Ceilometer/milestone/g3 -->
+
/!\ Announce now published as https://launchpad.net/ceilometer/+announcement/11069
 +
 
 
The Ceilometer team is proud to announce the first synchronous milestone delivery with the [[OpenStack]] project.  Grizzly-2 is also the last Folsom compatible version of Ceilometer as we are planning to introduce some breaking changes very soon in our trunk to enable a totally new set of features bringing Ceilometer beyond basic metering into monitoring and alerting.
 
The Ceilometer team is proud to announce the first synchronous milestone delivery with the [[OpenStack]] project.  Grizzly-2 is also the last Folsom compatible version of Ceilometer as we are planning to introduce some breaking changes very soon in our trunk to enable a totally new set of features bringing Ceilometer beyond basic metering into monitoring and alerting.
  
 
This milestone can be found at:
 
This milestone can be found at:
  XXXX
+
  https://launchpad.net/ceilometer/grizzly/grizzly-2/+download/ceilometer-2013.1%7Eg2.tar.gz
  
 
With this milestone, 10 blueprints have been implemented and 53 bugs have been fixed.  Here is a quick summary of the new features:
 
With this milestone, 10 blueprints have been implemented and 53 bugs have been fixed.  Here is a quick summary of the new features:
Line 15: Line 16:
 
* Ceilometer now provides a user facing API which allows non-admin users to query Ceilometer, limiting them to their own data.
 
* Ceilometer now provides a user facing API which allows non-admin users to query Ceilometer, limiting them to their own data.
 
* Compute agent interaction with hypervisor layer is now independent of nova internals
 
* Compute agent interaction with hypervisor layer is now independent of nova internals
* Their is now a python-ceilometerclient library and a ceilometer client CLI
+
* There is now a python-ceilometerclient library and a ceilometer client CLI
 
* Swift is now instrumented and meters therefore accessible
 
* Swift is now instrumented and meters therefore accessible
 
* Ceilometer does not need to use nova.flags nor to read nova configuration anymore
 
* Ceilometer does not need to use nova.flags nor to read nova configuration anymore

Latest revision as of 23:29, 17 February 2013

/!\ Announce now published as https://launchpad.net/ceilometer/+announcement/11069

The Ceilometer team is proud to announce the first synchronous milestone delivery with the OpenStack project. Grizzly-2 is also the last Folsom compatible version of Ceilometer as we are planning to introduce some breaking changes very soon in our trunk to enable a totally new set of features bringing Ceilometer beyond basic metering into monitoring and alerting.

This milestone can be found at:

  https://launchpad.net/ceilometer/grizzly/grizzly-2/+download/ceilometer-2013.1%7Eg2.tar.gz

With this milestone, 10 blueprints have been implemented and 53 bugs have been fixed. Here is a quick summary of the new features:

  • Plugins can now be disabled so that they will not be polled when they are not needed.
  • Removed all nova database access from Ceilometer agents
  • SQLAlchemy DB driver is now fully implemented
  • Ceilometer is now provided with a default configuration file
  • Multi-dimension indexing allows to perform queries that aggregate meters based on additional keypair values other than the simple tenant/user/resource triplet
  • Ceilometer now provides a user facing API which allows non-admin users to query Ceilometer, limiting them to their own data.
  • Compute agent interaction with hypervisor layer is now independent of nova internals
  • There is now a python-ceilometerclient library and a ceilometer client CLI
  • Swift is now instrumented and meters therefore accessible
  • Ceilometer does not need to use nova.flags nor to read nova configuration anymore

More details can be found at: https://launchpad.net/ceilometer/+milestone/grizzly-2

Thanks to Doug Hellmann, Julien Danjou, John Tran, Angus Salkeld, Eoghan Glynn, Lianhao Lu, Brooklyn Chen, Emilien Macchi, Guillaume Pernot, François Charlier, and Jiang Yunhong for their contributions to this milestone.