Record the utilization of OpenStack resources for each tenant
7c14e2e868
This modification introduce a breaking change about AMQP queue handling. Now, Almanach use the same terminology as other OpenStack projects. - By default, Almanach listen on the "almanach" topic - The "info" priority is used to receive notifications - The "error" level is used as retry queue - The "critical" level for the dead queue To be compatible with olso_messaging drivers, transport_url must start by "rabbit://" to use the driver kombu. Change-Id: Ia331d68e94c8ce4196b2d5f3b974a8dbdd6016ef |
||
---|---|---|
almanach | ||
devstack | ||
doc/source | ||
etc/almanach | ||
integration_tests | ||
tests | ||
.dockerignore | ||
.gitignore | ||
.gitreview | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.integration-tests | ||
integration-test-requirements.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox-integration.ini | ||
tox.ini |
Almanach
Almanach stores the utilization of OpenStack resources (instances and volumes) for each tenant.
What is Almanach?
The main purpose of this software is to record the usage of the cloud resources of each tenants.
Almanach is composed of two parts:
- Collector: Listen for OpenStack events and store the relevant information in the database.
- REST API: Expose the information collected to external systems.
At the moment, Almanach is only able to record the usage of instances and volumes.
Resources
Launchpad Projects
Blueprints
Bug Tracking
License
Almanach is distributed under Apache 2.0 LICENSE.