Python RADOS utilities for performing operations on a RADOS/ceph cluster.
- CentOS 7
- RHEL 7
- Fedora 22
It's pretty easy to get up and running.
-
Clone the git repository
git clone [email protected]:bryanapperson/python-rados-utils.git
-
cd python-rados-utils
-
rpmbuild -ba python-rados-utils.spec
-
The rpm will be output in ~/rpmbuild/RPMS/noarch/.
-
Install the rpm using:
rpm -Uvh python-rados-utils.rpm
-
Importing the modules can be done by using statements like:
-
from pyradosutils import common_utils