
Synergy: - fix small typo preventing it from running Packaging: - RPM: more specific python dependencies, to make it easier to install on CentOS 7 - update python-ova dependency to Newton (v14) - update synergy-service dependency to 1.5 Change-Id: I7c583805cf60298a2af2c032cacc55affcabf474
154 lines
5.8 KiB
Plaintext
154 lines
5.8 KiB
Plaintext
python-synergy-scheduler-manager (2.5.1) unstable; urgency=low
|
|
|
|
* Update some python requirements to python2-* names
|
|
* fix small typo preventing scheduler initialization
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 23 Aug 2017 11:16:20 +0200
|
|
|
|
python-synergy-scheduler-manager (2.5.0) unstable; urgency=low
|
|
|
|
* Added support for policy.json in packaging process
|
|
* Project manager problems concerning the adding and removing projects
|
|
* Authorization policies changed
|
|
* Added queue usage to project
|
|
* Missing security support
|
|
* Synergy should never raise Exception
|
|
* Added support for OpenStack Ocata to NovaManager
|
|
* Partition Director requires configuring Synergy through RESTful API
|
|
* Added support for notifications to KeystoneManager
|
|
* MessagingAPI should be implemented as common module
|
|
* The SchedulerManager doesn't receive all the compute.instance.delete.end notifications
|
|
|
|
-- Ervin Konomi <ervin.konomi@pd.infn.it> Fri, 11 Aug 2017 09:53:16 +0200
|
|
|
|
python-synergy-scheduler-manager (2.4.0) unstable; urgency=low
|
|
|
|
* Add new "synergy_topic" parameter
|
|
* Fix a possible shared quota consistency issue
|
|
* Fix the bug concerning the user which is still showed after deletion
|
|
* simplify packaging with docker
|
|
* Fix the share percentage
|
|
* Remove unused logging import
|
|
* Fix the error: Arguments already parsed
|
|
* Fix the TypeError: not all arguments converted during string formatting
|
|
* Added configuration file
|
|
|
|
-- Ervin Konomi <ervin.konomi@pd.infn.it> Mon, 20 Mar 2017 12:17:40 +0100
|
|
|
|
python-synergy-scheduler-manager (2.3.0) unstable; urgency=low
|
|
|
|
* Update of the link to the Synergy documentation
|
|
* Fix a bug related to NUMA topology
|
|
* Removed logging message
|
|
* Time data does not match format '%Y-%m-%dT%H:%M:%S.%fZ'
|
|
* Retry mechanism improved and fixed
|
|
* Add support for Keystone domains
|
|
* Heat and Synergy interfere on the management of the users trust
|
|
* Synergy and Ceilometer compete for consuming AMQP notifications
|
|
* Add support for the automatic recycle of DB connections
|
|
* Enable SSL for OpenStack Trust
|
|
* Add support for AMQP HA to NovaManager
|
|
* Use API v3 for KeystoneManager.getUsers()
|
|
* QuotaManager: private quota shrinking must not be always allowed
|
|
* NovaManager and KeystoneManager are not SSL-enabled
|
|
|
|
-- Ervin Konomi <ervin.konomi@pd.infn.it> Mon, 30 Jan 2017 16:09:56 +0100
|
|
|
|
python-synergy-scheduler-manager (2.2.2) unstable; urgency=low
|
|
|
|
* Make SchedulerManager handle ERROR notifications
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 14 Dec 2016 10:49:24 +0100
|
|
|
|
python-synergy-scheduler-manager (2.2.1) unstable; urgency=low
|
|
|
|
* fix: update required version of synergy-service
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Mon, 12 Dec 2016 14:31:54 +0100
|
|
|
|
python-synergy-scheduler-manager (2.2.0) unstable; urgency=low
|
|
|
|
* [packaging] make docker aware of PKG_VERSION
|
|
* Synergy releases in advance the VMs that are going to be destroyed
|
|
* Queue.updatePriority() takes much time if the queue is large
|
|
* Add the new clock_skew parameter for KeystoneManager
|
|
* Invalid input for field/attribute quota_class_set
|
|
* KeystoneManager.authenticate() uses a wrong domain attribute
|
|
* Add a backfill_depth parameter
|
|
* Item readjustment fixed in PriorityQueue
|
|
* The FairshareManager should not use the Manager.condition var
|
|
* Fix scheduling when shared quota is disabled
|
|
* Update changelogs and system package versions
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Mon, 12 Dec 2016 13:31:29 +0100
|
|
|
|
python-synergy-scheduler-manager (2.1.0) unstable; urgency=low
|
|
|
|
* CLI command "synergy usage show" enhanced
|
|
* Clean up oslo imports
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 09 Dec 2016 10:04:19 +0100
|
|
|
|
python-synergy-scheduler-manager (2.0.0ubuntu1) unstable; urgency=low
|
|
|
|
* Synergy doesn't rely anymore on nova.conf
|
|
* Method deserialize() fixed
|
|
* The QuotaCommand shows a wrong value (%) for the field 'share'
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 09 Nov 2016 15:46:25 +0100
|
|
|
|
python-synergy-scheduler-manager (1.2.0ubuntu1) unstable; urgency=low
|
|
|
|
* Scheduler managers enhanced
|
|
* Remove versions for required packages
|
|
* fix git and pbr when packaging with docker
|
|
* fix synergy-service version in spec file (rpm)
|
|
* fix required packages when packaging
|
|
* fix to get the synergy version when packaging
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 09 Nov 2016 15:46:25 +0100
|
|
|
|
python-synergy-scheduler-manager (1.1.0ubuntu1) unstable; urgency=low
|
|
|
|
* use pbr fully for easier package building
|
|
* fix connection URL to RabbitMQ
|
|
* Added Queue class to synergy_scheduler_manager/common/queue.py
|
|
* Common objects and relative test units added
|
|
* Destroy() method fixed
|
|
* Fix requirement version pinning
|
|
* Use dependency pinning
|
|
* fix OpenStack CentOS repo for docker packaging
|
|
* Cleanup tox.ini: Remove obsolete constraints
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 09 Nov 2016 15:46:25 +0100
|
|
|
|
python-synergy-scheduler-manager (1.0.2ubuntu1) unstable; urgency=medium
|
|
|
|
* Add "python-nova" as a dependency
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Mon, 22 Aug 2016 16:39:53 +0200
|
|
|
|
python-synergy-scheduler-manager (1.0.1) unstable; urgency=low
|
|
|
|
* Fix broken link in README
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Tue, 26 Jul 2016 14:02:07 +0020
|
|
|
|
python-synergy-scheduler-manager (1.0.0-1ubuntu1) unstable; urgency=low
|
|
|
|
* First public release with full set of functionalities.
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 17 Jun 2016 15:41:35 +0200
|
|
|
|
python-synergy-scheduler-manager (0.2-1ubuntu1) unstable; urgency=low
|
|
|
|
* Make unit test pass
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Fri, 03 Jun 2016 09:31:39 +0000
|
|
|
|
python-synergy-scheduler-manager (0.1-1) unstable; urgency=low
|
|
|
|
* Initial release
|
|
|
|
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 01 Jun 2016 13:41:08 +0200
|