Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service.
Go to file
Vincent Llorens 6dd88f7b32 mark requests lib as dependency in RPM spec file
Forgot to add python-requests as a dependency in the spec file for
building the RPM file.

Change-Id: I50a11085363d8ebe80a90d78dfdbd3d03f6c5343
2016-06-07 15:14:39 +02:00
doc/source import project from launchpad 2016-06-02 15:04:52 +02:00
packaging mark requests lib as dependency in RPM spec file 2016-06-07 15:14:39 +02:00
synergy_scheduler_manager scheduler_maanger.py: restored the signatures of Notificatio.info() Notificatio.warn() and Notificatio.error() 2016-06-06 15:22:53 +02:00
.coveragerc import project from launchpad 2016-06-02 15:04:52 +02:00
.gitreview Added .gitreview 2016-03-23 08:36:50 +00:00
.testr.conf import project from launchpad 2016-06-02 15:04:52 +02:00
CONTRIBUTING.rst import project from launchpad 2016-06-02 15:04:52 +02:00
HACKING.rst import project from launchpad 2016-06-02 15:04:52 +02:00
LICENSE import project from launchpad 2016-06-02 15:04:52 +02:00
MANIFEST.in import project from launchpad 2016-06-02 15:04:52 +02:00
README.rst import project from launchpad 2016-06-02 15:04:52 +02:00
babel.cfg import project from launchpad 2016-06-02 15:04:52 +02:00
requirements.txt broaden package versions in requirements 2016-06-07 14:25:48 +02:00
setup.cfg scheduler_maanger.py: restored the signatures of Notificatio.info() Notificatio.warn() and Notificatio.error() 2016-06-06 15:22:53 +02:00
setup.py import project from launchpad 2016-06-02 15:04:52 +02:00
test-requirements.txt import project from launchpad 2016-06-02 15:04:52 +02:00
tox.ini import project from launchpad 2016-06-02 15:04:52 +02:00

README.rst

SYNERGY SCHEDULER MANAGER

The Scheduler Manager

Synergy is as a new extensible general purpose management OpenStack service. Its capabilities are implemented by a collection of managers which are specific and independent pluggable tasks, executed periodically or interactively. The managers can interact with each other in a loosely coupled way. The Scheduler Manager provides advanced scheduling (fairshare) capability for OpenStack. In particular it aims to address the resource utilization issues coming from the static allocation model inherent in the Cloud paradigm, by adopting the dynamic partitioning strategy implemented by the advanced batch schedulers.

Features

  • TODO