--- debian/ceph-resource-agents.install | 1 + debian/control | 13 +++++++++++++ debian/rules | 2 ++ 3 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 debian/ceph-resource-agents.install diff --git a/debian/ceph-resource-agents.install b/debian/ceph-resource-agents.install new file mode 100644 index 0000000..30843f6 --- /dev/null +++ b/debian/ceph-resource-agents.install @@ -0,0 +1 @@ +usr/lib/ocf/resource.d/ceph/* diff --git a/debian/control b/debian/control index e8c4d30..0f57ad3 100644 --- a/debian/control +++ b/debian/control @@ -112,6 +112,19 @@ Description: debugging symbols for ceph-common . This package contains the debugging symbols for ceph-common. +Package: ceph-resource-agents +Architecture: linux-any +Recommends: pacemaker +Priority: extra +Depends: ceph (= ${binary:Version}), ${misc:Depends}, resource-agents +Description: OCF-compliant resource agents for Ceph + Ceph is a distributed storage and network file system designed to provide + excellent performance, reliability, and scalability. + . + This package contains the resource agents (RAs) which integrate + Ceph with OCF-compliant cluster resource managers, + such as Pacemaker. + Package: librados2 Conflicts: librados, librados1 Replaces: librados, librados1 diff --git a/debian/rules b/debian/rules index 4f3fe62..0bc594a 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,8 @@ endif export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +extraopts += --with-ocf + ifeq ($(DEB_HOST_ARCH), armel) # armel supports ARMv4t or above instructions sets. # libatomic-ops is only usable with Ceph for ARMv6 or above. -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html