
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I61d325e02dbc0fad1c964aedbe6ff861ddd2bdc7
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
Source: python-synergy-scheduler-manager
|
|
Section: contrib/python
|
|
Priority: optional
|
|
Maintainer: Vincent Llorens <vincent.llorens@cc.in2p3.fr>
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-python,
|
|
git-core,
|
|
python-all,
|
|
python-pbr,
|
|
python-setuptools
|
|
Standards-Version: 3.9.5
|
|
Homepage: https://launchpad.net/synergy-scheduler-manager
|
|
Vcs-Git: https://git.openstack.org/openstack/synergy-scheduler-manager
|
|
Vcs-Browser: https://git.openstack.org/cgit/openstack/synergy-scheduler-manager
|
|
|
|
Package: python-synergy-scheduler-manager
|
|
Architecture: all
|
|
Depends: ${python:Depends}, ${misc:Depends}, python-nova
|
|
Description: Advanced scheduling capability for OpenStack.
|
|
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.
|