]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
ceph-deploy.git
12 years agoinstall.py: fix uninstall on SUSE products 14/head
Danny Al-Gaaf [Mon, 1 Jul 2013 10:03:07 +0000 (12:03 +0200)]
install.py: fix uninstall on SUSE products

Uninstall also lib(cephfs,rados,rbd)* packages, installed
via package dependencies before.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
12 years agoinstall.py: fix install on CentOS
Danny Al-Gaaf [Mon, 1 Jul 2013 09:58:53 +0000 (11:58 +0200)]
install.py: fix install on CentOS

Remove not existing packages from install/uninstall section

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
12 years agoinstall.py: fix install on Fedora
Danny Al-Gaaf [Mon, 1 Jul 2013 09:56:57 +0000 (11:56 +0200)]
install.py: fix install on Fedora

Remove not existing packages from install/uninstall section

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
12 years agoinstall.py: fix install on SUSE
Danny Al-Gaaf [Mon, 1 Jul 2013 09:52:56 +0000 (11:52 +0200)]
install.py: fix install on SUSE

Remove not existing packages from install/uninstall section.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
12 years agoinstall: fix purge on fedora, suse, scientific
Sage Weil [Tue, 25 Jun 2013 18:18:21 +0000 (11:18 -0700)]
install: fix purge on fedora, suse, scientific

Fixes: #5452
Signed-off-by: Sage Weil <sage@inktank.com>
12 years agoceph-deploy: index rpm subdirectories
Gary Lowell [Tue, 18 Jun 2013 19:52:43 +0000 (12:52 -0700)]
ceph-deploy:  index rpm subdirectories

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
12 years agoceph-deploy: add ceph-deploy script to manifest
Gary Lowell [Tue, 18 Jun 2013 18:47:12 +0000 (11:47 -0700)]
ceph-deploy: add ceph-deploy script to manifest

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
12 years agoceph-deploy: update version number.
Gary Lowell [Tue, 18 Jun 2013 18:04:22 +0000 (11:04 -0700)]
ceph-deploy:  update version number.

Update version number in the rpm spec, debian chanlog and python setup files.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
12 years agoinstall: fix uninstall for fedora, suse
Sage Weil [Sat, 15 Jun 2013 00:36:18 +0000 (17:36 -0700)]
install: fix uninstall for fedora, suse

Signed-off-by: Sage Weil <sage@inktank.com>
12 years agoinstall: --force when installing the rpm
Sage Weil [Fri, 14 Jun 2013 23:24:46 +0000 (16:24 -0700)]
install: --force when installing the rpm

Otherwise we get annoying errors if a different version of the same pkg is
already installed.  Blah!

Signed-off-by: Sage Weil <sage@inktank.com>
12 years agoinstall: make install idempotent
Sage Weil [Fri, 14 Jun 2013 15:29:01 +0000 (08:29 -0700)]
install: make install idempotent

If the same version is already installed, we should succeed, not fail.

Also, fix up the whitespace so diffs are easier to read.

Signed-off-by: Sage Weil <sage@inktank.com>
12 years agoinstall: fix fedora --dev=... install url
Sage Weil [Fri, 14 Jun 2013 04:36:13 +0000 (21:36 -0700)]
install: fix fedora --dev=... install url

Signed-off-by: Sage Weil <sage@inktank.com>
12 years agoinstall: error out if installing ceph-release rpm fails
Sage Weil [Fri, 14 Jun 2013 00:44:25 +0000 (17:44 -0700)]
install: error out if installing ceph-release rpm fails

This is most noticeable when doing --dev=branch when the branch is not
build and does not exist.

Signed-off-by: Sage Weil <sage@inktank.com>