RETIRED, further work has moved to Debian project infrastructure
Go to file
Chris Dent 41e927622e Implement consuming ipmi notifications from Ironic
This borrows heavily from the compute notifications code. The basic
idea is that there are few classes of samples that can be had
(Fan, Temperature, Voltage, Current). Within these are potentially
multiple individual sensors and values. In all cases the volume and
unit of a sample can always be extracted from the value of a
'Sensor Reading' key. The volume is cast to a float. If the value
is 'Disabled' the data is dropped.

Each subclass exists to allow flexible handling via stevedore, but
all activity is performed in the superclass.

The supplied good test data is the currently blessed sample from the
Ironic team. The bad test data tickles either skipping missing data or
producing warnings in the log.

Identifier and name construction is worth a close look because this
is an area of frequent discussion:

* resource_id is composed from node_uuid and sensor id
* meter name is based on the class name and is generic, only
  paired with a resource_id does it identify a specific sensor
* unit is parsed out of sensor data and mapped to SI units

Change-Id: Ie7ac92aebb45fc23d6134b4d6693f8a1e4d4ea40
Implements blueprint ironic-notifications
2014-07-22 16:57:31 +01:00
bin Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
ceilometer Implement consuming ipmi notifications from Ironic 2014-07-22 16:57:31 +01:00
doc Implement consuming ipmi notifications from Ironic 2014-07-22 16:57:31 +01:00
etc Drop deprecated api v1 2014-05-18 16:17:01 +02:00
nova_tests Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
tools sync oslo code 2014-06-18 11:33:04 -04:00
.coveragerc test code should be excluded from test coverage summary 2013-12-11 11:40:51 -05:00
.gitignore Clean up .gitignore 2014-06-16 09:00:22 +02:00
.gitreview Update .gitreview for openstack. 2012-11-11 19:13:08 +00:00
.testr.conf Reenables the testr per test timeout 2014-06-18 09:49:11 +00:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
CONTRIBUTING.rst Fix the section name in CONTRIBUTING.rst 2014-07-01 14:56:49 +08:00
LICENSE include a copy of the ASL 2.0 2013-03-15 14:25:48 +00:00
MAINTAINERS Fix some spelling mistakes and a incorrect url 2014-03-06 11:28:50 +08:00
openstack-common.conf Clean up oslo.middleware.{audit,notifier} 2014-06-18 10:52:55 +08:00
README.rst Rename README.md to README.rst 2013-07-14 21:09:38 +02:00
ReleaseNotes Update documentation URL 2012-12-05 10:22:43 +01:00
requirements.txt Updated from global requirements 2014-06-24 07:20:04 +00:00
setup-test-env.sh Respect $TMPDIR environment variable to run tests 2014-06-10 10:16:17 +02:00
setup.cfg Implement consuming ipmi notifications from Ironic 2014-07-22 16:57:31 +01:00
setup.py Updated from global requirements 2014-05-20 12:59:42 -04:00
test-requirements.txt Remove docutils pin 2014-07-08 16:43:37 -07:00
tox.ini Merge "Revert "Align to openstack python package index mirror"" 2014-07-10 13:18:50 +00:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer