]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
remove remote_compile decorator
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 14 Oct 2013 19:30:25 +0000 (15:30 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 15 Oct 2013 12:51:58 +0000 (08:51 -0400)
commit850fc2eca7cce41360fcfa63a52b141055e99123
tree9c2f06ca84ca773c993e3047d006d9505c3d04d3
remove remote_compile decorator

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
93 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [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/connection.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/hosts/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/centos/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/centos/install.py [new file with mode: 0644]
ceph_deploy/hosts/centos/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/centos/mon/create.py [new file with mode: 0644]
ceph_deploy/hosts/centos/uninstall.py [new file with mode: 0644]
ceph_deploy/hosts/common.py [new file with mode: 0644]
ceph_deploy/hosts/debian/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/debian/install.py [new file with mode: 0644]
ceph_deploy/hosts/debian/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/debian/mon/create.py [new file with mode: 0644]
ceph_deploy/hosts/debian/uninstall.py [new file with mode: 0644]
ceph_deploy/hosts/fedora/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/fedora/install.py [new file with mode: 0644]
ceph_deploy/hosts/fedora/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/fedora/mon/create.py [new file with mode: 0644]
ceph_deploy/hosts/fedora/uninstall.py [new file with mode: 0644]
ceph_deploy/hosts/remotes.py [new file with mode: 0644]
ceph_deploy/hosts/suse/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/suse/install.py [new file with mode: 0644]
ceph_deploy/hosts/suse/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/suse/mon/create.py [new file with mode: 0644]
ceph_deploy/hosts/suse/uninstall.py [new file with mode: 0644]
ceph_deploy/install.py [new file with mode: 0644]
ceph_deploy/lib/__init__.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/tests/__init__.py [new file with mode: 0644]
ceph_deploy/tests/conftest.py [new file with mode: 0644]
ceph_deploy/tests/directory.py [new file with mode: 0644]
ceph_deploy/tests/fakes.py [new file with mode: 0644]
ceph_deploy/tests/test_cli.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_install.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_mon.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_new.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_osd.py [new file with mode: 0644]
ceph_deploy/tests/test_conf.py [new file with mode: 0644]
ceph_deploy/tests/test_mon.py [new file with mode: 0644]
ceph_deploy/tests/unit/hosts/test_hosts.py [new file with mode: 0644]
ceph_deploy/tests/unit/test_mon.py [new file with mode: 0644]
ceph_deploy/tests/unit/util/test_arg_validators.py [new file with mode: 0644]
ceph_deploy/tests/unit/util/test_constants.py [new file with mode: 0644]
ceph_deploy/tests/unit/util/test_paths.py [new file with mode: 0644]
ceph_deploy/tests/unit/util/test_pkg_managers.py [new file with mode: 0644]
ceph_deploy/util/__init__.py [new file with mode: 0644]
ceph_deploy/util/arg_validators.py [new file with mode: 0644]
ceph_deploy/util/constants.py [new file with mode: 0644]
ceph_deploy/util/decorators.py [new file with mode: 0644]
ceph_deploy/util/log.py [new file with mode: 0644]
ceph_deploy/util/paths/__init__.py [new file with mode: 0644]
ceph_deploy/util/paths/mon.py [new file with mode: 0644]
ceph_deploy/util/pkg_managers.py [new file with mode: 0644]
ceph_deploy/util/wrappers.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]
vendor.py [new file with mode: 0644]