Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service.
Go to file
OpenDev Sysadmins f302c6d38b OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:31 +00:00
config Configuration parameters updated 2017-09-11 07:42:39 +00:00
doc/source import project from launchpad 2016-06-02 15:04:52 +02:00
packaging Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:13 +00:00
synergy_scheduler_manager Fixed _processServerCreate() 2017-09-21 15:22:18 +02:00
.coveragerc import project from launchpad 2016-06-02 15:04:52 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:31 +00:00
.testr.conf import project from launchpad 2016-06-02 15:04:52 +02:00
AUTHORS Release 2.5.1 2017-08-23 11:16:57 +02:00
CONTRIBUTING.rst import project from launchpad 2016-06-02 15:04:52 +02:00
ChangeLog Realease v2.6.0 2017-09-20 12:32:54 +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 Update of the link to the Synergy documentation 2017-01-30 14:37:02 +01:00
babel.cfg import project from launchpad 2016-06-02 15:04:52 +02:00
requirements.txt Release 2.5.0 2017-08-11 10:09:57 +02:00
setup.cfg Added queue usage to project 2017-08-03 14:52:51 +02:00
setup.py Remove versions for required packages 2016-10-27 11:18:30 +02:00
test-requirements.txt add more unit tests to managers 2016-06-16 17:32:37 +02:00
tox.ini Cleanup tox.ini: Remove obsolete constraints 2016-08-26 18:15:44 +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.