Jump to: navigation, search

Difference between revisions of "Ceilometer/RoadMap"

(talk)
 
(Move the roadmap under the official project name)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<!-- ## page was renamed from [[EfficientMetering/RoadMap]] -->
 
= Ceilometer Roadmap =
 
= Ceilometer Roadmap =
This page has for goal to list additional functionality we want to see implemented and prioritize them. Each item should point to a wishlist bug in [https://bugs.launchpad.net/ceilometer/+filebug Launchpad] and people working on its implementation should mark themselves as assignee to the bug. 
+
This page has for goal to list additional functionality we want to see implemented and prioritize them.
  
Please do not add notes here, rather use comments on the bug.
+
== High level Roadmap ==
 +
* v1 delivered with Folsom with all functions required to collect base metering info and provide standard API access
 +
* v2 delivered with G as an incubated project with (subject to variation)
 +
** End-User API access to own metering information
 +
** Integration of information summary as an Horizon plugin
 +
** New agents for other OpenStack components (Quantum Engines? Heat? etc...)
 +
** Multi publisher to handle other usage for data collection ([https://blueprints.launchpad.net/ceilometer/+spec/multi-publisher blueprint])
 +
** Individual frequency per meter ([https://blueprints.launchpad.net/ceilometer/+spec/publisher-counters-frequency blueprint])
 +
* Move to core for H
  
{| border="1" cellpadding="2" cellspacing="0"
+
== Detailed work items ==
|  '''Functionality'''
+
Work items are now tracked as [https://blueprints.launchpad.net/ceilometer blueprints on Launchpad]
|  '''Difficulty'''
 
|  '''Ideal Target'''
 
|-
 
|  pollster for nova-volume
 
|  M
 
|  Folsom-3
 
|-
 
|  pollster for metering network bandwidth
 
|  L
 
|  Folsom-3
 
|-
 
|  pollster for metering network bandwidth
 
|  L
 
|  Folsom-3
 
|-
 
|  pollster/agent for Swift
 
|  L
 
|  Folsom-3
 
|-
 
|  pollster/agent for Glance
 
|  M
 
|  Folsom-3
 
|-
 
|  pollster/agent for cinder
 
|  L
 
|  Folsom.0
 
|-
 
|  pollster/agent for quantum
 
|  L
 
|  Folsom.0
 
|-
 
|  support for non libvirt Hypervisors
 
|  XL
 
|  G
 
|-
 
|  allow different polling interval for each pollster
 
|  S
 
|  G
 
|-
 
|  add self- enable/disable check on plugin load
 
|  S
 
|  Folsom-3
 
|-
 
|  document configuration options
 
|  S
 
|  Folsom-3
 
|-
 
|  Implement an SQLAlchemy db backend
 
|  M
 
|  Folsom-3
 
|}
 
 
 
== Glossary ==
 
* '''Difficulty''': expresses, in t-shirt sizes (S, M, L, XL), the expected difficulty of the work
 
* '''Ideal Target''': expresses, in term of openstack milestones, when we would like to see the feature be implemented
 

Revision as of 12:42, 7 December 2012

Ceilometer Roadmap

This page has for goal to list additional functionality we want to see implemented and prioritize them.

High level Roadmap

  • v1 delivered with Folsom with all functions required to collect base metering info and provide standard API access
  • v2 delivered with G as an incubated project with (subject to variation)
    • End-User API access to own metering information
    • Integration of information summary as an Horizon plugin
    • New agents for other OpenStack components (Quantum Engines? Heat? etc...)
    • Multi publisher to handle other usage for data collection (blueprint)
    • Individual frequency per meter (blueprint)
  • Move to core for H

Detailed work items

Work items are now tracked as blueprints on Launchpad