Rating service for OpenStack
Go to file
Gauvain Pocentek 98f0698f71 Move extra files to the contrib/ dir
Move all the packaging related files to contrib/.

Rework the .spec file to make automated builds easier.

Change-Id: I96482fdb838f46f9dcb57c725f3029a1ccf428f9
2015-03-03 14:46:09 +01:00
cloudkitty Implement a storage API 2015-03-02 07:42:29 +01:00
contrib Move extra files to the contrib/ dir 2015-03-03 14:46:09 +01:00
doc Merge "Provide an installation documentation" 2015-03-02 08:34:28 +00:00
etc/cloudkitty Move extra files to the contrib/ dir 2015-03-03 14:46:09 +01:00
tools/config Fixed missing config generator.rc file 2014-08-08 14:39:30 +02:00
.gitignore Repository general files update 2014-11-19 09:56:55 +00:00
.gitreview Added .gitreview 2014-05-22 00:52:17 +00:00
.testr.conf Move the tests in the cloudkitty package 2014-09-26 15:33:33 +02:00
LICENSE Set copyright/license information in .py files 2014-06-07 09:14:06 +02:00
openstack-common.conf Implemented RPC messaging 2014-09-05 10:33:26 +02:00
README.rst Fixed typo in README 2014-07-09 12:00:28 +02:00
requirements.txt Added multi-tenancy support 2015-02-10 12:01:47 +01:00
setup.cfg Separated writing and rating processing 2014-11-14 10:12:20 +01:00
setup.py Pushing initial work 2014-05-30 19:37:53 +02:00
test-requirements.txt Modified utils to implement all time calculations 2014-11-24 14:45:19 +01:00
tox.ini Removed configuration check from pep8 tests 2014-11-26 11:05:26 +01: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