
In this commit we add several unit tests that covers some managers. We chose to write unit tests for managers that are closest to Synergy core functionalities in a first stage. Also, we test only method specific to each manager as the base methods of Manager class have been tested in Synergy. Managers with unit tests: - FairShareManager - QueueManager - QuotaManager (and DynamicQuota) - SchedulerManager Change-Id: I831649e48b36bbaf94f6790fbf1a8954636fac32
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/synergy-scheduler-manager
- Source: http://git.openstack.org/cgit/openstack/synergy-scheduler-manager
- Bugs: http://bugs.launchpad.net/synergy-scheduler-manager
Features
- TODO
Description
Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service.
Languages
Python
95.4%
RPM Spec
2.1%
Shell
1.7%
Dockerfile
0.4%
Makefile
0.3%