arbiterd

A collection of daemons to arbitrate power and performance


License
Apache-2.0
Install
pip install arbiterd==0.0.7

Documentation

Project generated with PyScaffold Security Status Tox CI Status pre-commit ReadTheDocs

Arbiterd

Arbiterd - power and performance arbiter daemon

Arbiterd is a work in progress python daemon for the management of server power usage and performance with integration with OpenStack-nova.

Arbiterd is currently pre-alpha in the early stages of bootstrapping and should not be used in any production environment.

Making Changes & Contributing

This project uses pre-commit, please make sure to install it before making any changes:

pip install pre-commit
cd arbiterd
pre-commit install

It is a good idea to update the hooks to the latest version:

pre-commit autoupdate

Don't forget to tell your contributors to also install and use pre-commit.

This project uses tox to execute tests, build docs and automate other development task that are not suitable for automation via pre-commit.

Note

This project has been set up using PyScaffold 4.1.1. For details and usage information on PyScaffold see https://pyscaffold.org/.