Hello community, here is the log from the commit of package python-ceph-cfg for openSUSE:Factory checked in at 2016-09-21 18:50:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ceph-cfg (Old) and /work/SRC/openSUSE:Factory/.python-ceph-cfg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ceph-cfg" Changes: -------- --- /work/SRC/openSUSE:Factory/python-ceph-cfg/python-ceph-cfg.changes 2016-09-13 22:22:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-ceph-cfg.new/python-ceph-cfg.changes 2016-09-21 18:50:29.000000000 +0200 @@ -1,0 +2,54 @@ +Fri Sep 9 13:44:30 CEST 2016 UTC 2016 - [email protected] + +- Updated to version 0.2.0. + * Bugfix with mon_status. + * Generate junit test results when running tox by default. + +------------------------------------------------------------------- +Thu Sep 8 11:44:02 CEST 2016 UTC 2016 - [email protected] + +- Updated to version 0.2.0. + * bnc#994637 + * Add new mon methods to allow life cycling mon roles. + + mon_destroy + + mon_list + * API change for mon methods require mon_name argument. + + mon_is + + mon_status + + mon_quorum + + mon_active + + mon_create + +------------------------------------------------------------------- +Mon Sep 5 14:34:36 11:10:39 UTC 2016 - [email protected] + +- Updated to version 0.1.9. + * OSD reweight method. + + Useful for remote rebalancing of the cluster. + + Useful for gracefully decomisoning an OSD when set to 0 weight. + * Added cephfs methods + + cephfs_ls + + cephfs_add + - bnc#983971 + + cephfs_del + - bnc#994602 + * Dont run unit tests on SLE12 builds of the rpm + + Due to packages not being available. + +------------------------------------------------------------------- +Wed Aug 17 10:28:11 UTC 2016 - [email protected] + +- Updated to version 0.1.8. + * python 3.4 tox support for unit tests. + + Now runs unit tests in python 2.7 and 3.4 + * When called by salt fix exception in utils_which. + + should provide useful diagnostic message. + + bnc#994056 + * Avoid side effect of not being mon node. + * Merge improvements to mon_members_refresh. + + Remove side effect of not being a mon node. + + Added tests for ceph_cfg.mdl_updater.mon_members_refresh. + + Fix error message "section error" which was misleading. + + bnc#993468 + +------------------------------------------------------------------- @@ -2,0 +57 @@ + @@ -34 +89 @@ -- Fixed handling of floppy disks on taget clusters +- Fixed handling of floppy disks on target clusters @@ -85 +140 @@ -- Fixed licence in the rpm to match the code. +- Fixed license in the rpm to match the code. @@ -103 +158 @@ -- Inital version +- Initial version Old: ---- python-ceph-cfg-0.1.7+git.1468408973.22daca0.tar.xz New: ---- python-ceph-cfg-0.2.1+git.1473421401.a6a2208.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ceph-cfg.spec ++++++ --- /var/tmp/diff_new_pack.2VHmwg/_old 2016-09-21 18:50:30.000000000 +0200 +++ /var/tmp/diff_new_pack.2VHmwg/_new 2016-09-21 18:50:30.000000000 +0200 @@ -27,9 +27,9 @@ #SLE12 or openSUSE LEAP %if 0%{?sle_version} == 120200 # openSUSE LEAP 42.2 - %bcond_without unit_tests + %bcond_with unit_tests %else - #SLE12 + #SLE12 does not have deps %bcond_with unit_tests %endif %else @@ -45,7 +45,7 @@ %endif Name: python-ceph-cfg -Version: 0.1.7+git.1468408973.22daca0 +Version: 0.2.1+git.1473421401.a6a2208 Release: 0 Summary: Python library to Admin and deploy Ceph License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2VHmwg/_old 2016-09-21 18:50:30.000000000 +0200 +++ /var/tmp/diff_new_pack.2VHmwg/_new 2016-09-21 18:50:30.000000000 +0200 @@ -1,8 +1,8 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="versionformat">0.1.7+git.%ct.%h</param> + <param name="versionformat">0.2.1+git.%ct.%h</param> <param name="url">https://github.com/oms4suse/python-ceph-cfg.git</param> - <param name="revision">wip_fix_key_perms</param> + <param name="revision">python-ceph-cfg_0.2.1</param> <param name="filename">python-ceph-cfg</param> <param name="scm">git</param> </service> ++++++ python-ceph-cfg-0.1.7+git.1468408973.22daca0.tar.xz -> python-ceph-cfg-0.2.1+git.1473421401.a6a2208.tar.xz ++++++ ++++ 3191 lines of diff (skipped)
