commit ceph-deploy for openSUSE:Factory

2017-12-14 Thread root
Hello community,

here is the log from the commit of package ceph-deploy for openSUSE:Factory 
checked in at 2017-12-14 11:03:54

Comparing /work/SRC/openSUSE:Factory/ceph-deploy (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-deploy.new (New)


Package is "ceph-deploy"

Thu Dec 14 11:03:54 2017 rev:5 rq:556845 version:1.5.39+git.1513226758.616af86

Changes:

--- /work/SRC/openSUSE:Factory/ceph-deploy/ceph-deploy.changes  2017-07-12 
19:35:37.923517796 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-deploy.new/ceph-deploy.changes 
2017-12-14 11:03:58.840795255 +0100
@@ -1,0 +2,17 @@
+Thu Dec 14 04:49:43 UTC 2017 - tser...@suse.com
+
+- Updated to 1.5.39 (based on 1.5.39-stable upstream branch)
+  + cli: remove --cluster from the options, but leave 'ceph' as default
+  + tests: remove tests that validated cluster name
+  + osd: add --filestore
+  + tests: test against py35
+  + cli: remove unused import
+  + osd: add missing --filestore flag for prepare
+  + osd: add filestore flag in the prepare parser
+  + Support deploy on Debian 9 stretch
+  + handle package conflicts when upgrading/reinstalling
+  + python-distribute was merged back into python-setuptools, so there
+should be no reason to require both.
+  + Use /etc/os-release if platform.linux_distribution() empty (bsc#1019088)
+
+---

Old:

  ceph-deploy-1.5.38+git.1499740004.cbf.tar.xz

New:

  ceph-deploy-1.5.39+git.1513226758.616af86.tar.xz



Other differences:
--
++ ceph-deploy.spec ++
--- /var/tmp/diff_new_pack.NopZon/_old  2017-12-14 11:03:59.896744280 +0100
+++ /var/tmp/diff_new_pack.NopZon/_new  2017-12-14 11:03:59.900744087 +0100
@@ -35,7 +35,7 @@
 %endif
 
 Name:   ceph-deploy
-Version:1.5.38+git.1499740004.cbf
+Version:1.5.39+git.1513226758.616af86
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.NopZon/_old  2017-12-14 11:03:59.932742543 +0100
+++ /var/tmp/diff_new_pack.NopZon/_new  2017-12-14 11:03:59.932742543 +0100
@@ -1,8 +1,8 @@
 
   
-1.5.38+git.%ct.%h
+1.5.39+git.%ct.%h
 https://github.com/SUSE/ceph-deploy.git
-distro/suse/v1.5.38
+distro/suse/v1.5.39-stable
 ceph-deploy
 git
   

++ ceph-deploy-1.5.38+git.1499740004.cbf.tar.xz -> 
ceph-deploy-1.5.39+git.1513226758.616af86.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph-deploy.spec 
new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph-deploy.spec
--- old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph-deploy.spec  
2017-07-11 04:30:58.0 +0200
+++ new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph-deploy.spec  
2017-12-14 05:45:58.0 +0100
@@ -11,7 +11,7 @@
 # common
 
#
 Name:   ceph-deploy
-Version:   1.5.38
+Version:   1.5.39
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT
@@ -20,7 +20,6 @@
 Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-setuptools
 BuildRequires:  python-virtualenv
 BuildRequires:  python-mock
@@ -32,7 +31,6 @@
 %endif
 BuildRequires:  git
 Requires:   python-argparse
-Requires:   python-distribute
 #Requires:  lsb-release
 #Requires:  ceph
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph_deploy/__init__.py 
new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph_deploy/__init__.py
--- old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph_deploy/__init__.py   
2017-07-11 04:30:58.0 +0200
+++ new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph_deploy/__init__.py   
2017-12-14 05:45:58.0 +0100
@@ -1,3 +1,3 @@
 
-__version__ = '1.5.38'
+__version__ = '1.5.39'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph_deploy/cli.py 
new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph_deploy/cli.py
--- old/ceph-deploy-1.5.38+git.1499740004.cbf/ceph_deploy/cli.py
2017-07-11 04:30:58.0 +0200
+++ new/ceph-deploy-1.5.39+git.1513226758.616af86/ceph_deploy/cli.py
2017-12-14 05:45:58.0 +0100
@@ -6,7 +6,7 @@
 import sys
 
 import ceph_deploy
-from ceph_deploy import exc, validate
+from ceph_deploy import exc
 from 

commit ceph-deploy for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package ceph-deploy for openSUSE:Factory 
checked in at 2017-07-12 19:35:35

Comparing /work/SRC/openSUSE:Factory/ceph-deploy (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-deploy.new (New)


Package is "ceph-deploy"

Wed Jul 12 19:35:35 2017 rev:4 rq:509359 version:1.5.38+git.1499740004.cbf

Changes:

--- /work/SRC/openSUSE:Factory/ceph-deploy/ceph-deploy.changes  2016-09-07 
11:46:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-deploy.new/ceph-deploy.changes 
2017-07-12 19:35:37.923517796 +0200
@@ -1,0 +2,49 @@
+Tue Jul 11 02:32:13 UTC 2017 - tser...@suse.com
+
+- Updated to 1.5.38
+  + Allow unsigned deb packages from mirrors
+  + Detect systemd before sysvinit in centos
+  + Fix UnboundLocalError when installing in debian with custom repo flags
+  + gatherkeys to give mgr "allow * " permissions
+  + specify block.db and block.wal for bluestore
+  + be able to install ceph-mgr
+  + bootstrap mgr keys
+  + cleanup mds key creation
+  + Virtuozzo Linux support
+  + update osd and mds caps
+  + Use the ``--cluster`` flag on monitor commands (defaulting to 'ceph' if
+unspecfied)
+  + After adding a monitor, ensure it is started regardless of init system
+  + Allow Oracle Linux Server to be deployed to.
+  + Fix issue when calling gatherkeys where a log argument was missing
+  + Use the new development services for installation (from chacra.ceph.com and
+shaman.ceph.com URLs)
+  + Try to decode bytes only on Python 3 when writing files on remote hosts
+
+---
+Thu Nov 24 14:01:19 UTC 2016 - osy...@suse.com
+
+- Added flake8 to rpm check
+- Added most unit tests to rpm check
+- Remove dependancy on python-pushy
+- Updated to 1.5.36
++ Prefer to use ``load_raw`` to avoid mangling ceph.conf content.
++ Improve systemd/sysvinit detection for both CentOS and RHEL
++ Gatherkeys should try to get an existing key without caps, in case they 
don't
+  match
++ Add compatibility for bytes/strings with Python 3
++ Fix errors in argparse default behavior (error messages, incomplete 
commands)
++ Add Python 3.4 to tox
++ Python 3 changes to workaround configparser issues
++ Use the configured username when using rsync to a remote host (local repo
+  support)
++ Install Python 3 with the bootstrap sciprt
++ Bump remoto requirement to 0.0.29
++ Include admin.rst and gatherkeys.rst in the TOC index
++ Handle Ceph package split in Ubuntu
++ Add a ``--nogpgcheck`` option to disable checks on local repos
++ Improve sysvinit/systemd checks by not including 'ceph' in the path
++ Install Diamond when calling ``ceph-deploy calamari connect``
++ Zypper fixes for purging: allows removal of multiple packages
+
+---

Old:

  ceph-deploy-1.5.34+git.1470736983.963ba71.tar.xz

New:

  ceph-deploy-1.5.38+git.1499740004.cbf.tar.xz



Other differences:
--
++ ceph-deploy.spec ++
--- /var/tmp/diff_new_pack.yewWRg/_old  2017-07-12 19:35:38.591423448 +0200
+++ /var/tmp/diff_new_pack.yewWRg/_new  2017-07-12 19:35:38.591423448 +0200
@@ -14,6 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+%if 0%{?fedora}
+  %bcond_without unit_tests
+%endif
+%if 0%{?rhel}
+  %bcond_with unit_tests
+%endif
+%if 0%{?suse_version}
+  %if 0%{?is_opensuse}
+%bcond_without unit_tests
+  %else
+%bcond_with unit_tests
+  %endif
+%endif
 
 
 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
@@ -22,7 +35,7 @@
 %endif
 
 Name:   ceph-deploy
-Version:1.5.34+git.1470736983.963ba71
+Version:1.5.38+git.1499740004.cbf
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT
@@ -34,21 +47,21 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-mock >= 1.0b1
-BuildRequires:  python-pushy >= 0.5.3
 BuildRequires:  python-remoto >= 0.0.27
 BuildRequires:  python-setuptools
+BuildRequires:  python-argparse
+%if 0%{with unit_tests}
 BuildRequires:  python-tox >= 1.2
 BuildRequires:  python-virtualenv
-BuildRequires:  python-pushy >= 0.5.3
-BuildRequires:  python-argparse
 BuildRequires:  python-pip
+BuildRequires:  python-flake8
 %if 0%{?suse_version}
 BuildRequires:  python-pytest >= 2.1.3
 %else
 BuildRequires:  pytest
 %endif
+%endif
 Requires:   python-argparse
-Requires:   python-pushy >= 0.5.3
 Requires:   python-remoto >= 0.0.27
 Requires:  python-setuptools
 
@@ -87,8 +100,17 @@
 install -m 0755 -D scripts/ceph-deploy %{buildroot}%{_bindir}
 
 %check
-# force no new version 

commit ceph-deploy for openSUSE:Factory

2016-09-07 Thread h_root
Hello community,

here is the log from the commit of package ceph-deploy for openSUSE:Factory 
checked in at 2016-09-07 11:46:39

Comparing /work/SRC/openSUSE:Factory/ceph-deploy (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-deploy.new (New)


Package is "ceph-deploy"

Changes:

--- /work/SRC/openSUSE:Factory/ceph-deploy/ceph-deploy.changes  2016-04-28 
17:00:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-deploy.new/ceph-deploy.changes 
2016-09-07 11:46:41.0 +0200
@@ -1,0 +2,57 @@
+Tue Aug  9 14:45:55 UTC 2016 - osy...@suse.com
+
+- Updated to 1.5.34
+  + Do not call partx/partprobe when zapping disks
+  + No longer allow using ext4
+  + Default to systemd for SUSE
+  + Remove usage of rcceph (for SUSE)
+  + No longer depend on automatic ``ceph-create-keys``, use the monitors to 
+fetch keys.
+- Protect against two rgw using the same port.
+  + bnc#980708
+
+---
+Tue May 24 11:38:44 UTC 2016 - osy...@suse.com
+
+- gatherkeys subcommand to handle long hostnames.
+  + bnc#981304
+
+---
+Thu May 19 18:03:43 UTC 2016 - osy...@suse.com
+
+- rgw help now works on SLE12 as well as LEAP.
+  + bnc#980704
+
+---
+Wed May 18 15:15:41 UTC 2016 - osy...@suse.com
+
+- Revert previous fix to bnc#980273 and apply better fix.
+
+---
+Wed May 18 11:52:21 UTC 2016 - osy...@suse.com
+
+- loosen restrictions on rgw names
+
+---
+Wed May 18 10:13:20 UTC 2016 - osy...@suse.com
+
+- ceph-deploy purge no longer aborts if one package is not installed
+  + bnc#980273
+- Install RadosGW with non valid chanacters trapped early
+  + bnc#976395 
+
+---
+Fri May 13 16:23:17 UTC 2016 - osy...@suse.com
+
+- Added rgw port options
+  + bnc#979872
+- Add warning if deploying a rgw twice
+  + bnc#970526 
+
+---
+Wed May  4 12:25:47 UTC 2016 - osy...@suse.com
+
+- Added rgw delete to online help.
+  + bnc#978432
+
+---

Old:

  ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz

New:

  ceph-deploy-1.5.34+git.1470736983.963ba71.tar.xz



Other differences:
--
++ ceph-deploy.spec ++
--- /var/tmp/diff_new_pack.9OM1KQ/_old  2016-09-07 11:46:42.0 +0200
+++ /var/tmp/diff_new_pack.9OM1KQ/_new  2016-09-07 11:46:42.0 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   ceph-deploy
-Version:1.5.32+git.1460619432.b539689
+Version:1.5.34+git.1470736983.963ba71
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.9OM1KQ/_old  2016-09-07 11:46:42.0 +0200
+++ /var/tmp/diff_new_pack.9OM1KQ/_new  2016-09-07 11:46:42.0 +0200
@@ -1,8 +1,8 @@
 
   
-1.5.32+git.%ct.%h
+1.5.34+git.%ct.%h
 https://github.com/SUSE/ceph-deploy.git
-distro/suse/v1.5.32
+distro/suse/v1.5.34
 ceph-deploy
 git
   

++ ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz -> 
ceph-deploy-1.5.34+git.1470736983.963ba71.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ceph-deploy-1.5.32+git.1460619432.b539689/ceph-deploy.spec 
new/ceph-deploy-1.5.34+git.1470736983.963ba71/ceph-deploy.spec
--- old/ceph-deploy-1.5.32+git.1460619432.b539689/ceph-deploy.spec  
2016-04-14 09:39:11.0 +0200
+++ new/ceph-deploy-1.5.34+git.1470736983.963ba71/ceph-deploy.spec  
2016-08-09 15:22:14.0 +0200
@@ -11,7 +11,7 @@
 # common
 
#
 Name:   ceph-deploy
-Version:   1.5.32
+Version:   1.5.34
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ceph-deploy-1.5.32+git.1460619432.b539689/ceph_deploy/__init__.py 
new/ceph-deploy-1.5.34+git.1470736983.963ba71/ceph_deploy/__init__.py
--- old/ceph-deploy-1.5.32+git.1460619432.b539689/ceph_deploy/__init__.py   
2016-04-14 09:39:11.0 +0200
+++ new/ceph-deploy-1.5.34+git.1470736983.963ba71/ceph_deploy/__init__.py   
2016-08-09 15:22:14.0 +0200
@@ -1,3 +1,3 @@
 
-__version__ = '1.5.32'
+__version__ = '1.5.34'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ceph-deploy for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ceph-deploy for openSUSE:Factory 
checked in at 2016-04-28 16:56:05

Comparing /work/SRC/openSUSE:Factory/ceph-deploy (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-deploy.new (New)


Package is "ceph-deploy"

Changes:

--- /work/SRC/openSUSE:Factory/ceph-deploy/ceph-deploy.changes  2016-04-15 
19:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-deploy.new/ceph-deploy.changes 
2016-04-28 17:00:06.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr 14 09:39:25 UTC 2016 - osy...@suse.com
+
+- Updated to 1.5.32
+  + Bluestore support
+  + Disable timeouts for pkg install/remove operations (they can take a long
+time)
+  + Remove deprecated ceph.conf configuration "filestore xattr use omap = true"
+
+---
+Mon Apr 12 18:32:23 UTC 2016 - osy...@suse.com
+
+- Gather keys directly from mon rather than file system
+  + Added test case for Gather keys directly from mon 
+- Added BuildRequires on python-argparse python-pip
+
+---
+Fri Apr  1 13:17:37 UTC 2016 - osy...@suse.com
+
+- Add rgw list function
+- Add rgw delete function
+
+---
+Fri Apr  1 11:10:11 UTC 2016 CET 2016 - osy...@suse.com
+
+- Dont rely on ceph systemd files to create keys on mon booting.
+  + This can casue an issue when installing older versions of ceph.
+- ceph_deploy.rgw: Add config file options
+  + bnc#970526
+- calamari without salt minion repo
+
+---

Old:

  ceph-deploy-1.5.31+git.1456743503.c813950.tar.xz

New:

  ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz



Other differences:
--
++ ceph-deploy.spec ++
--- /var/tmp/diff_new_pack.DxjYRO/_old  2016-04-28 17:00:08.0 +0200
+++ /var/tmp/diff_new_pack.DxjYRO/_new  2016-04-28 17:00:08.0 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   ceph-deploy
-Version:1.5.31+git.1456743503.c813950
+Version:1.5.32+git.1460619432.b539689
 Release:0
 Summary:Admin and deploy tool for Ceph
 License:MIT
@@ -40,6 +40,8 @@
 BuildRequires:  python-tox >= 1.2
 BuildRequires:  python-virtualenv
 BuildRequires:  python-pushy >= 0.5.3
+BuildRequires:  python-argparse
+BuildRequires:  python-pip
 %if 0%{?suse_version}
 BuildRequires:  python-pytest >= 2.1.3
 %else

++ _service ++
--- /var/tmp/diff_new_pack.DxjYRO/_old  2016-04-28 17:00:08.0 +0200
+++ /var/tmp/diff_new_pack.DxjYRO/_new  2016-04-28 17:00:08.0 +0200
@@ -1,8 +1,8 @@
 
   
-1.5.31+git.%ct.%h
+1.5.32+git.%ct.%h
 https://github.com/SUSE/ceph-deploy.git
-distro/suse/v1.5.31
+distro/suse/v1.5.32
 ceph-deploy
 git
   

++ ceph-deploy-1.5.31+git.1456743503.c813950.tar.xz -> 
ceph-deploy-1.5.32+git.1460619432.b539689.tar.xz ++
 1655 lines of diff (skipped)