yp-engineering / rbd-docker-plugin

Ceph RBD docker volume driver plugin.
MIT License
102 stars 70 forks source link

Add rpm stuff for el7 (tested on centos 7.1) #8

Closed sheepkiller closed 9 years ago

sheepkiller commented 9 years ago

Hi,

Thanks for this awesome plugin.

hekaldama commented 9 years ago

Thanks for contributing! Do you want to take a stab at wrapping these up in the Makefile as well. Maybe even document in the README?

sheepkiller commented 9 years ago

No problem. I personnaly use a docker image to build the rpm ( https://github.com/sheepkiller/rbd-docker-plugin-rpm ). Do you prefer a Makefile ?

sheepkiller commented 9 years ago

done :)

hekaldama commented 9 years ago

Looking at this more fully now.

hekaldama commented 9 years ago

Everything seems like it is in order, though I am no rpm expert. What does this give us at the end of the day? The ability to release rpms for this project?

sheepkiller commented 9 years ago

Sure, you can release RPM, but the initial goal was to provide a simple way to deploy your plugin with a CM software, without the hassle of handling a custom workflow.