]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
HacKan [Wed, 24 Jan 2018 01:30:01 +0000 (22:30 -0300)]
[RM-7505] bootstrap: support archlinux
Jenkins Build Slave User [Wed, 17 Jan 2018 13:17:47 +0000 (13:17 +0000)]
2.0.0
Alfredo Deza [Wed, 17 Jan 2018 12:52:44 +0000 (07:52 -0500)]
Merge pull request #459 from psukys/master
[RM-22712] Use recursive dir creation
vasukulkarni [Tue, 16 Jan 2018 20:41:13 +0000 (12:41 -0800)]
Merge pull request #460 from ceph/RM-22315
bump to version 2.0.0
Alfredo Deza [Tue, 16 Jan 2018 20:10:07 +0000 (15:10 -0500)]
[RM-22315] docs: update changelog
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Paulius Šukys [Tue, 16 Jan 2018 20:09:36 +0000 (21:09 +0100)]
[RM-22712] Use recursive dir creation
Alfredo Deza [Tue, 16 Jan 2018 20:04:35 +0000 (15:04 -0500)]
[RM-22315] bump to 2.0.0
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Wed, 6 Dec 2017 23:22:29 +0000 (15:22 -0800)]
Merge pull request #456 from ceph/RM-22324
enable debug mode for ceph-volume
Alfredo Deza [Wed, 6 Dec 2017 14:24:33 +0000 (09:24 -0500)]
[RM-22324] osd add the environ variables for debug mode in ceph-volume
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 6 Dec 2017 14:12:48 +0000 (09:12 -0500)]
[RM-22324] osd add flags for ceph-volume debug mode
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Fri, 1 Dec 2017 23:07:09 +0000 (15:07 -0800)]
Merge pull request #455 from ceph/RM-22118
Use ceph-volume for OSD operations
Alfredo Deza [Wed, 29 Nov 2017 13:40:18 +0000 (08:40 -0500)]
[RM-22118] tests: drop python 2.6 tox test support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:18:45 +0000 (08:18 -0500)]
[RM-22118] osd: raise an error if no host is provided
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:18:23 +0000 (08:18 -0500)]
[RM-22118] setup.cfg needs new pytest group notation
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:17:54 +0000 (08:17 -0500)]
[RM-22118] tests: adapat tests to new API
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:17:30 +0000 (08:17 -0500)]
[RM-22118] test: use new fixture syntax for cli_new
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:17:12 +0000 (08:17 -0500)]
[RM-22118] test: use new pytest fixture syntax
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 13:16:56 +0000 (08:16 -0500)]
[RM-22118] tests: remove test_osd, modules no longer exist
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 12:10:16 +0000 (07:10 -0500)]
[RM-22118] tests: update osd disk tests for API change
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 11:54:15 +0000 (06:54 -0500)]
[RM-22118] docs: update osd usage with new API
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 29 Nov 2017 11:48:43 +0000 (06:48 -0500)]
[RM-22118] osd: update documentation for --help
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 20 Sep 2017 10:38:09 +0000 (06:38 -0400)]
Merge pull request #453 from SUSE/wip-fix-18164
Use /etc/os-release if platform.linux_distribution() empty
Tim Serong [Wed, 6 Sep 2017 05:53:32 +0000 (15:53 +1000)]
[RM-18164] Use /etc/os-release if platform.linux_distribution() empty
On systems with only /etc/os-release (rather than distro-specific
release files), platform.linux_distribution() returns ('', '', '').
In this case, fall back to parsing /etc/os-release instead.
It would better to flip the ordering, and use /etc/os-release first,
with platform.linux_distribution() as a fallback. There's tests for
seven different distros' os-release files already, but we may want
more before flipping this around.
(It would be better still to just use the distro.linux_distribution()
function, especially since platform.linux_distribution() is
deprecated, but I don't know that there's a way of ensuring that
module is present in advance on all the remote hosts.)
Fixes: http://tracker.ceph.com/issues/18164
Signed-off-by: Tim Serong <tserong@suse.com>
Alfredo Deza [Tue, 12 Sep 2017 18:21:40 +0000 (14:21 -0400)]
Merge pull request #454 from ceph/wip-tracker-16399
remove python-distribute dependency
Vasu Kulkarni [Tue, 12 Sep 2017 02:01:19 +0000 (19:01 -0700)]
[RM-16399] python-distribute was merged back into python-setuptools,
so there should be no reason to require both.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Jenkins Build Slave User [Fri, 1 Sep 2017 11:45:54 +0000 (11:45 +0000)]
1.5.39
Alfredo Deza [Fri, 1 Sep 2017 11:43:44 +0000 (07:43 -0400)]
Merge pull request #452 from ceph/RM-21213
Rm 21213
Alfredo Deza [Fri, 1 Sep 2017 11:42:45 +0000 (07:42 -0400)]
[RM-21213] docs: update the changelog for 1.5.39
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 1 Sep 2017 11:38:11 +0000 (07:38 -0400)]
[RM-21213] bump to 1.5.39
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 7 Aug 2017 15:43:26 +0000 (11:43 -0400)]
Merge pull request #448 from ceph/RM-20809
[RM-20809] handle package conflicts when upgrading/reinstalling
Vasu Kulkarni [Fri, 28 Jul 2017 17:55:13 +0000 (10:55 -0700)]
[RM-20809] handle package conflicts when upgrading/reinstalling
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Alfredo Deza [Wed, 19 Jul 2017 14:10:13 +0000 (10:10 -0400)]
Merge pull request #445 from ceph/RM-20521
[RM-20521] osd: add filestore flag in the prepare parser
Alfredo Deza [Wed, 19 Jul 2017 14:08:37 +0000 (10:08 -0400)]
Merge pull request #447 from yaguangtang/RM-20560
[RM-20560] Support deploy on Debian 9 stretch
Yaguang Tang [Sun, 9 Jul 2017 14:52:46 +0000 (22:52 +0800)]
[RM-20560] Support deploy on Debian 9 stretch
Alfredo Deza [Wed, 5 Jul 2017 19:10:00 +0000 (15:10 -0400)]
[RM-20521] osd: add filestore flag in the prepare parser
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Wed, 5 Jul 2017 18:43:11 +0000 (11:43 -0700)]
Merge pull request #444 from ceph/RM-20521
[RM-20521] osd: add missing --filestore flag for prepare
Alfredo Deza [Wed, 5 Jul 2017 18:31:19 +0000 (14:31 -0400)]
[RM-20521] osd: add missing --filestore flag for prepare
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Thu, 22 Jun 2017 19:30:47 +0000 (12:30 -0700)]
Merge pull request #443 from ceph/RM-20387
[RM-20387] tests: test against py35
Alfredo Deza [Thu, 22 Jun 2017 17:15:45 +0000 (13:15 -0400)]
[RM-20387] cli: remove unused import
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 22 Jun 2017 17:12:22 +0000 (13:12 -0400)]
[RM-20387] tests: test against py35
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 9 Jun 2017 18:19:24 +0000 (14:19 -0400)]
Merge pull request #442 from ceph/wip-filestore
osd: add --filestore
Sage Weil [Fri, 9 Jun 2017 17:52:06 +0000 (13:52 -0400)]
osd: add --filestore
ceph-disk now defaults to bluestore, which means there wasn't a way to
provision filestore.
Signed-off-by: Sage Weil <sage@redhat.com>
vasukulkarni [Thu, 8 Jun 2017 19:26:41 +0000 (12:26 -0700)]
Merge pull request #441 from ceph/RM-20228
remove custom cluster names for deploying
Alfredo Deza [Thu, 8 Jun 2017 19:20:49 +0000 (15:20 -0400)]
[RM-20228] tests: remove tests that validated cluster name
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Jun 2017 19:20:09 +0000 (15:20 -0400)]
[RM-20228] cli: remove --cluster from the options, but leave 'ceph' as default
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Jenkins Build Slave User [Thu, 25 May 2017 12:35:46 +0000 (12:35 +0000)]
1.5.38
vasukulkarni [Fri, 19 May 2017 20:48:55 +0000 (13:48 -0700)]
Merge pull request #439 from ceph/RM-19850
release 1.5.38
Alfredo Deza [Fri, 19 May 2017 19:07:05 +0000 (15:07 -0400)]
[RM-19850] docs: update the changelog
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 19 May 2017 19:02:02 +0000 (15:02 -0400)]
[RM-19850] bump to 1.5.38
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Fri, 19 May 2017 20:30:27 +0000 (16:30 -0400)]
Merge pull request #438 from hikycool/master
Test: Fix some contrast infomation in test case
root [Thu, 11 May 2017 07:53:09 +0000 (07:53 +0000)]
Test: Fix some contrast infomation in test case
Maybe someone forgets to fix test info in test_install.py.
E AssertionError: assert ['ceph', 'cep...d', 'radosgw'] ==
['ceph-mds', '...d', 'radosgw']
E At index 0 diff: 'ceph' != 'ceph-mds'
E Full diff:
E - ['ceph', 'ceph-mds', 'ceph-mon', 'ceph-osd', 'radosgw']
E ? --------
E + ['ceph-mds', 'ceph-mgr', 'ceph-mon', 'ceph-osd', 'radosgw']
E ? ++++++++++++
So fix it.
Signed-off-by: Yu Shengzuo <yu.shengzuo@99cloud.net>
Sage Weil [Thu, 20 Apr 2017 14:35:04 +0000 (09:35 -0500)]
Merge pull request #437 from jcsp/wip-19713
mgr: update osd and mds caps
John Spray [Thu, 20 Apr 2017 14:22:18 +0000 (15:22 +0100)]
mgr: update osd and mds caps
This is to enable mgr daemons to remote control
mds and osd daemons using MCommand messages.
Fixes: http://tracker.ceph.com/issues/19713
Signed-off-by: John Spray <john.spray@redhat.com>
Alfredo Deza [Wed, 22 Mar 2017 23:59:33 +0000 (19:59 -0400)]
Merge pull request #436 from Andrey1994/master
[RM-19301] add Virtuozzo Linux support
Andrey1994 [Wed, 22 Mar 2017 18:35:53 +0000 (21:35 +0300)]
[RM-19301] add tests for Virtuozzo Linux
Signed-off-by: Andrey1994 <a1994ndrey@gmail.com>
Andrey1994 [Wed, 22 Mar 2017 18:34:45 +0000 (21:34 +0300)]
[RM-19301] add Virtuozzo Linux support
Signed-off-by: Andrey1994 <a1994ndrey@gmail.com>
vasukulkarni [Fri, 17 Mar 2017 17:26:26 +0000 (10:26 -0700)]
Merge pull request #435 from ceph/wip-mgr
add mgr support (install, gatherkeys, daemon creation)
Sage Weil [Mon, 13 Mar 2017 18:04:43 +0000 (14:04 -0400)]
mgr: add 'mgr create ...'
This is basically a copy of mds.py, with s/mds/mgr/.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 14 Mar 2017 02:20:28 +0000 (22:20 -0400)]
mds: remove weird key creation cruft
First, don't ignore EACCES. And remove the weird legacy case that is dead
code.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Tue, 14 Mar 2017 02:07:01 +0000 (22:07 -0400)]
gatherkeys: gather bootstrap-mgr key too
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil [Fri, 10 Mar 2017 21:48:35 +0000 (16:48 -0500)]
install: install ceph-mgr
Do this implicitly by installing the 'ceph' metapackage. This way we can
still install older versions (e.g., jewel) that lack ceph-mgr without
any problems.
Signed-off-by: Sage Weil <sage@redhat.com>
Alfredo Deza [Tue, 14 Mar 2017 11:38:13 +0000 (07:38 -0400)]
Merge pull request #434 from Andrey1994/master
[RM-19266] add the opportunity to specify block.db and block.wal
Andrey Parfenov [Mon, 13 Mar 2017 08:41:29 +0000 (11:41 +0300)]
[RM-19266] add the opportunity to specify block.db and block.wal in bluestore
Alfredo Deza [Wed, 8 Mar 2017 13:32:06 +0000 (08:32 -0500)]
Merge pull request #433 from ceph/wip-mgr
gatherkeys: mgr 'allow *'
Sage Weil [Tue, 7 Mar 2017 20:27:45 +0000 (15:27 -0500)]
gatherkeys: mgr 'allow *'
Signed-off-by: Sage Weil <sage@redhat.com>
vasukulkarni [Mon, 6 Mar 2017 19:24:27 +0000 (11:24 -0800)]
Merge pull request #432 from ceph/RM-17287
[RM-17287] hosts: detect systemd before sysvinit in centos
Alfredo Deza [Mon, 6 Mar 2017 19:03:25 +0000 (14:03 -0500)]
[RM-17287] hosts: detect systemd before sysvinit in centos
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Thu, 23 Feb 2017 17:37:03 +0000 (09:37 -0800)]
Merge pull request #431 from ceph/wip-dalgaaf-bug
fix UnboundLocalError
Danny Al-Gaaf [Wed, 22 Feb 2017 17:20:32 +0000 (18:20 +0100)]
fix UnboundLocalError
If ceph-ceph_deploy is called with:
'install node1 --no-adjust-repos --nogpgcheck'
python trace shows this error:
UnboundLocalError: local variable 'extra_install_flags'
referenced before assignment
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
vasukulkarni [Wed, 22 Feb 2017 00:31:54 +0000 (16:31 -0800)]
Merge pull request #429 from ganeshmaharaj/enable-mirror-unauth-install
Allow unsigned deb packages install from mirror locations
Ganesh Mahalingam [Fri, 3 Feb 2017 19:06:25 +0000 (11:06 -0800)]
Allow unsigned deb packages install from mirror locations
In a test deployment, hosting ceph packages in a local mirror and
installing them across the cluster will be ideal. Current ceph-deploy
allows unauthenticated packages when install is used but not from a
mirror location. This change helps address that usecase.
Signed-off-by: Ganesh Mahalingam <ganesh.mahalingam@intel.com>
Jenkins Build Slave User [Tue, 3 Jan 2017 21:19:14 +0000 (21:19 +0000)]
1.5.37
vasukulkarni [Tue, 3 Jan 2017 21:14:48 +0000 (13:14 -0800)]
Merge pull request #428 from ceph/RM-18411
release changes for 1.5.37
Alfredo Deza [Tue, 3 Jan 2017 20:55:10 +0000 (15:55 -0500)]
[RM-18411] update the changelog for 1.5.37
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 3 Jan 2017 20:49:06 +0000 (15:49 -0500)]
[RM-18411] bump the package to 1.5.37
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Tue, 3 Jan 2017 20:11:59 +0000 (15:11 -0500)]
Merge pull request #427 from ceph/RM-18410
[RM-18410] In python3, bytes should be decoded first
Vasu Kulkarni [Tue, 3 Jan 2017 19:58:41 +0000 (11:58 -0800)]
[RM-18410] In python3, bytes should be decoded first
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
vasukulkarni [Thu, 8 Dec 2016 22:08:18 +0000 (14:08 -0800)]
Merge pull request #426 from ceph/RM-18169
shaman/chacra support
Alfredo Deza [Thu, 8 Dec 2016 15:34:19 +0000 (10:34 -0500)]
[RM-18169] tests: add a unit test for the url utility
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 15:14:29 +0000 (10:14 -0500)]
[RM-18169] centos/install: accommodate installation from shaman to chacra repos
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 14:56:15 +0000 (09:56 -0500)]
[RM-18169] install: allow using both --dev and --dev-commit
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 13:39:39 +0000 (08:39 -0500)]
[RM-18169] debian/install: accommodate installation from shaman to chacra repos
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 13:37:42 +0000 (08:37 -0500)]
[RM-18169] remotes: add a helper to write a sources list file from contents
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 13:37:14 +0000 (08:37 -0500)]
[RM-18169] util: create http get helpers to help translate chacra urls into repos
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 8 Dec 2016 13:36:41 +0000 (08:36 -0500)]
[RM-18169] install: pass args to the host-specific install function
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Wed, 16 Nov 2016 00:31:01 +0000 (19:31 -0500)]
Merge pull request #421 from alexei38/master
[RM-17612] Support oracle linux server
vasukulkarni [Tue, 8 Nov 2016 17:23:28 +0000 (09:23 -0800)]
Merge pull request #424 from ceph/RM-17823
[RM-17823] gatherkeys: add missing argument to log call
Alfredo Deza [Tue, 8 Nov 2016 16:36:59 +0000 (11:36 -0500)]
[RM-17823] gatherkeys: add missing argument to log call
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Thu, 20 Oct 2016 19:29:24 +0000 (15:29 -0400)]
Merge pull request #422 from adshao/RM-17567
[RM-17567] Start mon by systemd/sysvint/upstart after adding mon
Alexei Margasov [Mon, 10 Oct 2016 13:52:12 +0000 (18:52 +0500)]
[RM-17612] Support oracle linux server
adshao [Thu, 13 Oct 2016 16:44:13 +0000 (00:44 +0800)]
[RM-17567] Start mon by systemd/sysvint/upstart after adding mon
Signed-off-by: guojian <guojian@xsky.com>
Alfredo Deza [Tue, 13 Sep 2016 00:32:56 +0000 (06:02 +0530)]
Merge pull request #420 from lossanarch/master
Add --cluster arg as required to two commands
Steve [Thu, 8 Sep 2016 11:45:46 +0000 (21:45 +1000)]
[RM-17238] Add --cluster arg as required to two commands
Jenkins Build Slave User [Tue, 30 Aug 2016 11:47:42 +0000 (11:47 +0000)]
1.5.36
vasukulkarni [Mon, 29 Aug 2016 21:10:58 +0000 (14:10 -0700)]
Merge pull request #419 from ceph/RM-17168
release 1.5.36
Alfredo Deza [Mon, 29 Aug 2016 20:34:55 +0000 (16:34 -0400)]
[RM-17168] bump to 1.5.36
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza [Mon, 29 Aug 2016 20:34:35 +0000 (16:34 -0400)]
[RM-17168] docs: update the changelog for 1.5.36
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Wed, 24 Aug 2016 23:50:32 +0000 (16:50 -0700)]
Merge pull request #418 from ceph/RM-16443
[RM-16443] gatherkeys: try getting an existing key without caps
Alfredo Deza [Wed, 24 Aug 2016 19:19:38 +0000 (15:19 -0400)]
[RM-16443] gatherkeys: try getting an existing key without caps
In case the key already exists but the caps do not match
Signed-off-by: Alfredo Deza <adeza@redhat.com>
vasukulkarni [Tue, 23 Aug 2016 20:59:36 +0000 (13:59 -0700)]
Merge pull request #417 from ceph/RM-17107
better systemd/sysvinit checks for CentOS and RHEL