Jump to: navigation, search

Difference between revisions of "Ceilometer"

(Road Map)
(Road Map)
Line 33: Line 33:
  
 
Current (Liberty) Cycle Targets: https://blueprints.launchpad.net/ceilometer/liberty
 
Current (Liberty) Cycle Targets: https://blueprints.launchpad.net/ceilometer/liberty
 +
 +
=== Priority Work Items ===
 +
The following are high priority items targeted for the current cycle that require owners:
 +
  
 
=== Open Work Items ===
 
=== Open Work Items ===
The following is a list of work items that have been approved conceptually and can be targeted for the current development cycle. For more information on a item, contact us on openstack-dev mailing list or on freenode at #openstack-ceilometer. The current list of core contributors are: https://launchpad.net/~ceilometer-drivers/+members#active  
+
The following is a list of work items that have been approved conceptually and can be targeted for the current development cycle. For more information on a item, contact us on openstack-dev mailing list or on freenode at #openstack-ceilometer. The current list of core contributors are: https://launchpad.net/~ceilometer-drivers/+members#active
* gnocchi client
+
 
* gnocchi indexer sharding support
+
* Gnocchi
 +
** client
 +
** indexer sharding support
 +
** benchmark
 +
* Alarms (Aodh)
 +
** Devstack gate
 +
** some plugin stuff mehdi is suppose to do
 
* in-tree functional tests
 
* in-tree functional tests
 
** split unit/functional tests
 
** split unit/functional tests
 
** add mysql/postgres functional gate
 
** add mysql/postgres functional gate
 
** add elasticsearch functional gate
 
** add elasticsearch functional gate
 +
** performance rally tests
 +
* Code Refactoring
 +
** Split - split polling (M* cycle) https://etherpad.openstack.org/p/ceilometer-collection-split
 +
** Removal - remove deprecated alarm code (M* cycle) https://etherpad.openstack.org/p/aodh-future
  
 
=== Future Targets ===
 
=== Future Targets ===

Revision as of 15:30, 10 July 2015

OpenStack Telemetry (Ceilometer)

Source code https://github.com/openstack/ceilometer
Bug tracker https://bugs.launchpad.net/ceilometer
Specs https://github.com/openstack/ceilometer-specs
Blueprints https://blueprints.launchpad.net/ceilometer
Developer doc http://docs.openstack.org/developer/ceilometer/
FAQ https://ask.openstack.org/questions/scope:all/sort:activity-desc/tags:ceilometer/
Tarballs http://tarballs.openstack.org/ceilometer/
Meetings https://wiki.openstack.org/wiki/Meetings/Ceilometer

Project Mission

To reliably collect measurements of the utilization of the physical and virtual resources comprising deployed clouds, persist these data for subsequent retrieval and analysis, and trigger actions when defined criteria are met.

Road Map

Current (Liberty) Cycle Targets: https://blueprints.launchpad.net/ceilometer/liberty

Priority Work Items

The following are high priority items targeted for the current cycle that require owners:


Open Work Items

The following is a list of work items that have been approved conceptually and can be targeted for the current development cycle. For more information on a item, contact us on openstack-dev mailing list or on freenode at #openstack-ceilometer. The current list of core contributors are: https://launchpad.net/~ceilometer-drivers/+members#active

Future Targets

These ideas have been discussed/introduced at a high-level. They are areas of interests for the users/developers of Ceilometer but still require discussion. Proposals for concrete work items related to these items are welcomed for future cycles:

Contributing to Ceilometer

The developer documentation is starting to take shape within the source and is also published at http://docs.openstack.org/developer/ceilometer/.

The project team hangs out on Freenode in the #openstack-ceilometer channel, feel free to drop by and stay as long as you want. We use the OpenStack Developers List for our email discussions. If you want to make a post relevant to Ceilometer please tag the message subject with [Ceilometer].

The project team officially meets once a week, see Meetings/Ceilometer.

More details can be found on possible contributions at Ceilometer/Contributing including:

  • Setting-up Ceilometer via devstack
  • Possible tasks
    • Update documentation
    • Close old fixed bugs
    • Fix bugs
    • Review patches
    • Triage incoming bugs
  • and more...