Synergy is an extensible general purpose management service for OpenStack. Its capabilities are implemented by a collection of managers. It can be used to implement advanced scheduling mechanisms to maximize the overall resource usage.
Go to file
Vincent Llorens b75d85315c Distribute tabulate as part of Synergy
Synergy depends on the python tabulate package. However, it is not
available as a system package for both CentOS 7 and Ubuntu 14.04.

In this commit we opt for the following solution: don't mark
tabulate as a dependency when building synergy system packages,
instead we provide the tabulate package as part of Synergy.

DocImpact
Change-Id: I76018e1ba27de8ad47b59c85baad2c2d06f03398
Sem-Ver: bugfix
2016-10-27 12:17:46 +02:00
bin add synergy CLI to bin/ 2016-06-07 12:08:04 +02:00
config Fix conf for AMQP virtual host 2016-10-04 10:48:54 +00:00
doc/source import project from launchpad git repo 2016-04-27 16:29:13 +02:00
packaging Remove versions for required packages 2016-10-27 11:20:04 +02:00
scripts add synergy CLI to bin/ 2016-06-07 12:08:04 +02:00
synergy Distribute tabulate as part of Synergy 2016-10-27 12:17:46 +02:00
.coveragerc Updated coverage configuration file 2016-10-24 18:40:55 +05:30
.gitreview Added .gitreview 2016-03-23 08:37:16 +00:00
.testr.conf import project from launchpad git repo 2016-04-27 16:29:13 +02:00
AUTHORS use pbr fully for easier package building 2016-10-12 10:59:56 +02:00
CONTRIBUTING.rst import project from launchpad git repo 2016-04-27 16:29:13 +02:00
ChangeLog use pbr fully for easier package building 2016-10-12 10:59:56 +02:00
HACKING.rst import project from launchpad git repo 2016-04-27 16:29:13 +02:00
LICENSE import project from launchpad git repo 2016-04-27 16:29:13 +02:00
LICENSE_third-party.md Distribute tabulate as part of Synergy 2016-10-27 12:17:46 +02:00
MANIFEST.in import project from launchpad git repo 2016-04-27 16:29:13 +02:00
README.rst Fix broken link to doc in README 2016-07-25 10:58:54 +02:00
babel.cfg import project from launchpad git repo 2016-04-27 16:29:13 +02:00
requirements.txt Distribute tabulate as part of Synergy 2016-10-27 12:17:46 +02:00
setup.cfg use pbr fully for easier package building 2016-10-12 10:59:56 +02:00
setup.py Remove versions for required packages 2016-10-27 11:20:04 +02:00
test-requirements.txt Commit for fixes described in https://review.openstack.org/#/c/362762/ 2016-08-31 15:24:15 +02:00
tox.ini Distribute tabulate as part of Synergy 2016-10-27 12:17:46 +02:00

README.rst

SYNERGY SERVICE

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.