summaryrefslogtreecommitdiff
path: root/unmaintained/strata/ceph-service/ceph.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /unmaintained/strata/ceph-service/ceph.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'unmaintained/strata/ceph-service/ceph.morph')
-rw-r--r--unmaintained/strata/ceph-service/ceph.morph26
1 files changed, 0 insertions, 26 deletions
diff --git a/unmaintained/strata/ceph-service/ceph.morph b/unmaintained/strata/ceph-service/ceph.morph
deleted file mode 100644
index 56d30ead..00000000
--- a/unmaintained/strata/ceph-service/ceph.morph
+++ /dev/null
@@ -1,26 +0,0 @@
-name: ceph
-kind: chunk
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops
- --without-libxfs
-build-commands:
-- make
-install-commands:
-- make install
-- install -D -m 755 src/init-ceph.in "$DESTDIR"/etc/init.d/ceph-SysV
-- install -D -m 755 systemd/ceph "$DESTDIR"/etc/systemd/system/ceph
-- install -D -m 644 systemd/ceph-mon@.service "$DESTDIR"/etc/systemd/system/ceph-mon@.service
-- install -D -m 644 systemd/ceph-osd@.service "$DESTDIR"/etc/systemd/system/ceph-osd@.service
-- install -D -m 644 systemd/ceph-mds@.service "$DESTDIR"/etc/systemd/system/ceph-mds@.service
-- install -D -m 644 systemd/ceph.target "$DESTDIR"/etc/systemd/system/ceph.target
-- 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