osreports

Utilization Reporting for OpenStack Clouds


License
Other
Install
pip install osreports==0.1.1

Documentation

OpenStack Utilization and Capacity Reporter

osreports is an operators' tool, with the aim to simplify capacity planning for OpenStack Clouds.

osreports generates simplified utilization reports on per tenant basis, that helps is identifying utilization patterns per tenant. Using this a cloud provider can make effective data-driven decisions for the future.

osreports is useful in enterprise clouds, especially in the absence of proper metering/billing solutions.

Installation

To get the last official release

$ pip install osreports

For the latest version

$ pip install -e git+https://github.com/alokjani/osreports.git#egg=osreports

Development

To setup a dev/test environment

$ git clone https://github.com/alokjani/osreports.git
$ cd osreports/
$ virtualenv .venv
$ . .venv/bin/activate
$ pip install -r requirements.txt
  • Source Code : Github for submitting patches
  • Bugs : Launchpad for Issue tracking
  • Build documentation & Testing : Coming Soon
  • License : Apache License, Version 2.0

Author

  • Alok Jani