summaryrefslogtreecommitdiff
path: root/ceph-service/ceph.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
commit2deabedb6e998d3bd96fd910617461a24a11d73b (patch)
treec61c71fda6768404ccfde568d9fcb36c2e787f52 /ceph-service/ceph.morph
parent895bd79b3fa5178a6e2bf0d190ea7b5e660d8859 (diff)
downloaddefinitions-2deabedb6e998d3bd96fd910617461a24a11d73b.tar.gz
Move chunk morphologies into the definitions repositorybaserock/adamcoldrick/chunks-in-definitions
Actually move all the chunk morphologies into the subdirectory for the stratum containing each chunk. Also add a repo and ref field to the chunk morphologies. Any chunks which did not previously have chunk morphologies have now had a morphology generated.
Diffstat (limited to 'ceph-service/ceph.morph')
-rw-r--r--ceph-service/ceph.morph28
1 files changed, 28 insertions, 0 deletions
diff --git a/ceph-service/ceph.morph b/ceph-service/ceph.morph
new file mode 100644
index 00000000..1facc7a7
--- /dev/null
+++ b/ceph-service/ceph.morph
@@ -0,0 +1,28 @@
+name: ceph-service/ceph.morph
+kind: chunk
+repo: upstream:ceph
+ref: 8fdf1df512b73bad0eb695cdf9cbf2d09f0327d4
+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
+build_depends:
+- ceph-service/libaio.morph
+- ceph-service/gperftools.morph
+- ceph-service/nss.morph
+- ceph-service/leveldb.morph
+- ceph-service/libeditline.morph
+- ceph-service/keyutils.morph
+- ceph-service/boost.morph