Rating service for OpenStack
Go to file
Stéphane Albert 2b575ced77 Transitioned from importutils to stevedore
Billing modules now use stevedore.
Collection modules now use stevedore.
Writer modules now use stevedore.
Billing modules now reports if they are enabled or not.

Change-Id: I8d7609ef8f227722a5a897e045d780d8440ac4fa
2014-08-08 14:02:40 +02:00
cloudkitty Transitioned from importutils to stevedore 2014-08-08 14:02:40 +02:00
doc Pushing initial work 2014-05-30 19:37:53 +02:00
etc/cloudkitty Transitioned from importutils to stevedore 2014-08-08 14:02:40 +02:00
tests Pushing initial work 2014-05-30 19:37:53 +02:00
tools/config Added config tools 2014-08-07 23:52:23 +02:00
.gitignore Added ropeproject to gitignore 2014-08-07 19:08:09 +02:00
.gitreview Added .gitreview 2014-05-22 00:52:17 +00:00
.testr.conf Pushing initial work 2014-05-30 19:37:53 +02:00
LICENSE Set copyright/license information in .py files 2014-06-07 09:14:06 +02:00
openstack-common.conf Added config tools 2014-08-07 23:52:23 +02:00
README.rst Fixed typo in README 2014-07-09 12:00:28 +02:00
requirements.txt Setup and dist modifications 2014-08-07 23:22:54 +02:00
setup.cfg Transitioned from importutils to stevedore 2014-08-08 14:02:40 +02:00
setup.py Pushing initial work 2014-05-30 19:37:53 +02:00
test-requirements.txt Setup and dist modifications 2014-08-07 23:22:54 +02:00
tox.ini Added config tools 2014-08-07 23:52:23 +02:00

CloudKitty

OpenStack Billing and Usage Reporter

Goal

The goal of this project is to automate the extraction of the metrics from ceilometer, map them to billing informations and generate reports.

Status

This project is highly work in progress. Most of the work that we've done was targeted to quickly create a POC. We are now aiming towards the creation of an OpenStack module. Changes needed to attain our goal are huge, that's why the time between commits can be long.

Roadmap

  • Create a project API to manage the configuration of billing modules and request informations.
  • Every billing module should be able to expose its own API.
  • Move from importutils to stevedore.
  • Scheduling of billing calculations
  • Better collection of ceilometer metrics (Maybe Gnocchi)
  • Global code improvement

In a possible future :

  • Spawning of instances to do the calculations