Lisa Zangrando 3c33d51dd4 Synergy enhancements
- serializer.py: improved serialization
- manager.py: Managers are now serializable
- command.py, shell.py: improved command shell by using the 'tabulate' module
- service.py: listManagers, startManager, stopManager and getManagerStatus methods now use the Managers serialization
- requirements.txt, test-requirements.txt: 'tabulate' module dependence added
- test_synergy.py, test_manager_abstract.py: updated unit tests
- setup.cfg: changed entry points

Change-Id: I657af749aa3fcb32c27b516c2b9f836c5ba0c690
2016-08-31 11:55:45 +00:00
2016-06-07 12:08:04 +02:00
2016-05-31 11:13:42 +02:00
2016-07-26 11:08:07 +02:00
2016-06-07 12:08:04 +02:00
2016-08-31 11:55:45 +00:00
2016-03-23 08:37:16 +00:00
2016-04-27 16:29:13 +02:00
2016-07-25 10:58:54 +02:00
2016-08-31 11:55:45 +00:00
2016-08-31 11:55:45 +00:00
2016-08-31 11:55:45 +00:00

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.

Description
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.
Readme 926 KiB
Languages
Python 91.7%
RPM Spec 3.7%
Shell 3.1%
Dockerfile 0.7%
Makefile 0.7%