Rating service for OpenStack
Go to file
Stéphane Albert 0dee462ea9 Setup and dist modifications
Renamed ckitty-orchestrator to cloudkitty-processor.
Updated requirements for future needs.

Change-Id: I2e35bb15e64d095d47314cc234fc2a701130655a
2014-08-07 23:22:54 +02:00
cloudkitty Moved to importutils from oslo-incubator 2014-06-23 11:44:48 +02:00
doc Pushing initial work 2014-05-30 19:37:53 +02:00
tests Pushing initial work 2014-05-30 19:37:53 +02:00
.gitignore Added more files to gitignore 2014-06-20 16:56:28 +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
README.rst Fixed typo in README 2014-07-09 12:00:28 +02:00
openstack-common.conf Moved to importutils from oslo-incubator 2014-06-23 11:44:48 +02:00
requirements.txt Setup and dist modifications 2014-08-07 23:22:54 +02:00
setup.cfg Setup and dist modifications 2014-08-07 23:22:54 +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 Moved to importutils from oslo-incubator 2014-06-23 11:44:48 +02:00

README.rst

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