Jump to: navigation, search

Difference between revisions of "Ceilometer"

(Project Goal)
(OpenStack Telemetry (Ceilometer))
Line 7: Line 7:
 
| Bug tracker  
 
| Bug tracker  
 
| https://bugs.launchpad.net/ceilometer
 
| https://bugs.launchpad.net/ceilometer
 +
|-
 +
| Specs
 +
| https://github.com/openstack/ceilometer-specs
 
|-
 
|-
 
| Blueprints  
 
| Blueprints  
Line 19: Line 22:
 
| Tarballs  
 
| Tarballs  
 
| http://tarballs.openstack.org/ceilometer/
 
| http://tarballs.openstack.org/ceilometer/
|-
 
| RoadMap
 
| https://wiki.openstack.org/wiki/Ceilometer/RoadMap
 
 
|-
 
|-
 
| Meetings  
 
| Meetings  
 
| https://wiki.openstack.org/wiki/Meetings/Ceilometer
 
| https://wiki.openstack.org/wiki/Meetings/Ceilometer
|-
 
| Notification Schemas
 
| https://wiki.openstack.org/wiki/Ceilometer/MeteringNotifications
 
 
|}
 
|}
  
 
== Project Mission ==
 
== 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.
 
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.
 
== Project Agenda ==
 
{| border="1" cellpadding="2" cellspacing="0"
 
| '''Date'''
 
| '''Event'''
 
|-
 
| 15 Dec 2012
 
| Blueprint freeze
 
| Blueprints whose specs are not finalized by then will be re-targeted to H
 
|-
 
| 04 Jan 2013
 
| [http://wiki.openstack.org/Ceilometer/BugSquashingDay/20130104 Bug Squash Day]
 
| Invitation to come fix bugs on Ceilometer
 
|-
 
|<#FFDDDD>|10 Jan 2013
 
|<#FFDDDD>| <span style="font-size: x-large; color: cyan">&curren;</span> Grizzly-2
 
| First milestone Ceilometer has in common with other OpenStack projects
 
|-
 
|<#FFDDDD>|21 Feb 2013
 
|<#FFDDDD>| <span style="font-size: x-large; color: cyan">&curren;</span> Grizzly-3
 
| Last milestone before release
 
|-
 
| 05 Mar 2013
 
| [http://wiki.openstack.org/Ceilometer/BugSquashingDay/20130305 Bug Squash Day]
 
| Invitation to come fix bugs on Ceilometer
 
|-
 
|<#EEFFCC>|14 Mar 2013
 
|<#EEFFCC>|RC Starts
 
| First release candidates
 
|-
 
|<#E47A7A>|04 Apr 2013
 
| Grizzly Release
 
|}
 
  
 
== Contributing to Ceilometer ==
 
== 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/ in a more friendly format.
+
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 to discuss your future implementation. We use the [[OpenStack]] General Mailing List for our email discussions tagging the the subject with [metering].
+
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]] General Mailing List for our email discussions tagging the the subject with [Ceilometer].
  
The project team officially meets once a week, see [[Meetings/MeteringAgenda|Ceilometer's Meeting Agenda]]
+
The project team officially meets once a week, see [[Meetings/Ceilometer]]
  
 
More details can be found on possible contributions at [[Ceilometer/Contributing]] including:
 
More details can be found on possible contributions at [[Ceilometer/Contributing]] including:
Line 82: Line 46:
 
** Triage incoming bugs
 
** Triage incoming bugs
 
* and more...
 
* and more...
 
== Other resources ==
 
* [[EfficientMetering|Original blueprint]]
 
* [[Ceilometer/Consumers|Projects that use Ceilometer]]
 
* In order to estimate the amounts that your cloud may generate, a [https://docs.google.com/spreadsheet/ccc?key=0AtziNGvs-uPudDhRbEJJOHFXV3d0ZGc1WE9NLTVPX0E Google spreadsheet has been proposed].
 
 
== Subpages ==
 
 
{{Special:PrefixIndex/:Ceilometer/}}
 
 
  
 
  [[Category:Ceilometer]]
 
  [[Category:Ceilometer]]

Revision as of 11:28, 27 October 2014

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.

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 General Mailing List for our email discussions tagging the the 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...