Vincent Llorens c86966c326 Remove versions for required packages
Requirement versions were set in the first place to limit the
buginess. However, after some time it appears that it made more
harm than good, as discussed in:
https://review.openstack.org/#/c/388003/

In this commit we remove the versions for the requirements, except
for the following:
- Nova
- synergy-service

In the future, if a specific dependency version is causing some issue
we should reintroduce the version for this dependency to block the
unstable version.

Sem-Ver: bugfix
Change-Id: If65e670a18a495a5c3f5c08c80b6b1d3abec5747
2016-10-27 11:18:30 +02:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-03-23 08:36:50 +00:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-06-02 15:04:52 +02:00
2016-07-25 10:54:33 +02:00
2016-10-27 11:18:30 +02:00

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.

Description
Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service.
Readme 1 MiB
Languages
Python 95.4%
RPM Spec 2.1%
Shell 1.7%
Dockerfile 0.4%
Makefile 0.3%