]> git.pld-linux.org Git - packages/ceph-deploy.git/blame - ceph-deploy.spec
- pl
[packages/ceph-deploy.git] / ceph-deploy.spec
CommitLineData
8b2d4920
JK
1
2# TODO:
3# - rgw support
4
87f5bea0 5Summary: Deploy Ceph with minimal infrastructure
b39f9785 6Summary(pl.UTF-8): Wdrażanie Cepha z minimalną infrastrukturą
87f5bea0
JK
7Name: ceph-deploy
8Version: 1.5.23
1fbbfb43 9Release: 2
87f5bea0
JK
10License: MIT
11Group: Applications/System
12Source0: https://github.com/ceph/ceph-deploy/archive/v%{version}/%{name}-%{version}.tar.gz
13# Source0-md5: 9b92bb38adfbab41d3feff24291428ca
14#Source0: https://pypi.python.org/packages/source/c/ceph-deploy/%{name}-%{version}.tar.gz
15# https://github.com/jajcus/ceph-deploy/tree/pld
16Patch0: %{name}-pld.patch
17URL: https://github.com/ceph/ceph-deploy
f161bf46 18BuildRequires: python-setuptools >= 1:7.0
87f5bea0 19BuildRequires: rpm-pythonprov
f161bf46 20BuildRequires: rpmbuild(macros) >= 1.714
87f5bea0
JK
21Requires: python-remoto
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
62c20dbe
ER
26ceph-deploy is a way to deploy Ceph relying on just SSH access to the
27servers, sudo, and some Python. It runs fully on your workstation,
28requiring no servers, databases, or anything like that.
87f5bea0 29
62c20dbe
ER
30If you set up and tear down Ceph clusters a lot, and want minimal
31extra bureaucracy, this is for you.
87f5bea0 32
b39f9785
JB
33%description -l pl.UTF-8
34ceph-deploy to sposób wdrażania Cepha polegający jedynie na dostępie
35SSH do serwerów, sudo i odrobinie Pythona. Uruchamia w pełni stację
36roboczą bez wymagania serwerów, baz danych itp.
37
38Jest to rozwiązanie dla tych, którzy często stawiają i wyłączają
39klastry Cepha i chcą mieć przy tym jak najmniej biurokracji.
40
87f5bea0 41%prep
62c20dbe 42%setup -q
87f5bea0
JK
43%patch0 -p1
44
45%build
46export CEPH_DEPLOY_NO_VENDOR=1
8e694aab 47%py_build
87f5bea0
JK
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52export CEPH_DEPLOY_NO_VENDOR=1
8e694aab 53%py_install
87f5bea0
JK
54
55# no %%py_postclean !
56# ceph-deploy uses remoto/execnet to run its source code remotely
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%doc README.rst
64%attr(755,root,root) %{_bindir}/ceph-deploy
65%{py_sitescriptdir}/ceph_deploy
66%{py_sitescriptdir}/ceph_deploy-%{version}-py*.egg-info
This page took 0.14995 seconds and 4 git commands to generate.