summaryrefslogtreecommitdiff
path: root/chunks/ceph.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/ceph.morph')
-rw-r--r--chunks/ceph.morph21
1 files changed, 21 insertions, 0 deletions
diff --git a/chunks/ceph.morph b/chunks/ceph.morph
new file mode 100644
index 00000000..daed39ab
--- /dev/null
+++ b/chunks/ceph.morph
@@ -0,0 +1,21 @@
+name: ceph
+kind: chunk
+repo: upstream:ceph
+ref: 8fdf1df512b73bad0eb695cdf9cbf2d09f0327d4
+unpetrify-ref: baserock/morph
+build-system: autotools
+configure-commands:
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops
+install-commands:
+- make install
+- install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph
+- install -d $DESTDIR/etc/ceph
+- install -D -d $DESTDIR/var/lib/ceph
+- install -d $DESTDIR/var/lib/ceph/mon
+- install -d $DESTDIR/var/lib/ceph/osd
+- install -d $DESTDIR/var/lib/ceph/mds
+- install -d $DESTDIR/var/lib/ceph/tmp
+- install -d $DESTDIR/var/lib/ceph/bootstrap-mds
+- install -d $DESTDIR/var/lib/ceph/bootstrap-osd
+- install -D -d $DESTDIR/var/log/ceph