]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
install: error out if installing ceph-release rpm fails
authorSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 00:44:25 +0000 (17:44 -0700)
committerSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 00:44:25 +0000 (17:44 -0700)
commit543aefdfd02e517f0f0c0a2f426ad5653f5872d8
treefd7b8ecc263b9c2d293c3eca2ee6ca03b8387d41
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>
49 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
bootstrap [new file with mode: 0755]
ceph-deploy.spec [new file with mode: 0644]
ceph_deploy/__init__.py [new file with mode: 0644]
ceph_deploy/admin.py [new file with mode: 0644]
ceph_deploy/cli.py [new file with mode: 0644]
ceph_deploy/cliutil.py [new file with mode: 0644]
ceph_deploy/conf.py [new file with mode: 0644]
ceph_deploy/config.py [new file with mode: 0644]
ceph_deploy/exc.py [new file with mode: 0644]
ceph_deploy/forgetkeys.py [new file with mode: 0644]
ceph_deploy/gatherkeys.py [new file with mode: 0644]
ceph_deploy/install.py [new file with mode: 0644]
ceph_deploy/lsb.py [new file with mode: 0644]
ceph_deploy/mds.py [new file with mode: 0644]
ceph_deploy/memoize.py [new file with mode: 0644]
ceph_deploy/misc.py [new file with mode: 0644]
ceph_deploy/mon.py [new file with mode: 0644]
ceph_deploy/new.py [new file with mode: 0644]
ceph_deploy/osd.py [new file with mode: 0644]
ceph_deploy/sudo_pushy.py [new file with mode: 0644]
ceph_deploy/test/__init__.py [new file with mode: 0644]
ceph_deploy/test/conftest.py [new file with mode: 0644]
ceph_deploy/test/directory.py [new file with mode: 0644]
ceph_deploy/test/test_cli.py [new file with mode: 0644]
ceph_deploy/test/test_cli_install.py [new file with mode: 0644]
ceph_deploy/test/test_cli_mon.py [new file with mode: 0644]
ceph_deploy/test/test_cli_new.py [new file with mode: 0644]
ceph_deploy/test/test_cli_osd.py [new file with mode: 0644]
ceph_deploy/test/test_conf.py [new file with mode: 0644]
ceph_deploy/validate.py [new file with mode: 0644]
debian/ceph-deploy.install [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
scripts/build-debian.sh [new file with mode: 0755]
scripts/build-rpm.sh [new file with mode: 0755]
scripts/ceph-deploy [new file with mode: 0755]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]