From 98e8635ad2c4dae42502b194caa089fbbe19df05 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Mon, 23 Sep 2013 16:47:27 +0000 Subject: Ceph Services morphologies. Add a stratum for ceph distributed file system service daemons and tools. Create and x86_64 base system that includes this stratum. --- ceph-service.morph | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 ceph-service.morph (limited to 'ceph-service.morph') diff --git a/ceph-service.morph b/ceph-service.morph new file mode 100644 index 00000000..734b6ad7 --- /dev/null +++ b/ceph-service.morph @@ -0,0 +1,67 @@ +name: ceph-service +kind: stratum +build-depends: +- morph: core + repo: baserock:baserock/morphs + ref: master +chunks: +- name: sqlite3 + repo: upstream:sqlite3 + ref: baserock/morph + build-depends: [] +- name: nspr + repo: upstream:nspr-hg + ref: baserock/morph + build-depends: [] +- name: nss + repo: upstream:nss + ref: baserock/morph + build-depends: + - nspr + - sqlite3 +- name: libaio + repo: upstream:libaio + ref: baserock/morph + build-depends: [] +- name: keyutils + repo: upstream:keyutils + ref: baserock/morph + build-depends: [] +- name: libunwind + repo: upstream:libunwind + ref: v0.99 + build-depends: [] +- name: gperftools + repo: upstream:gperftools + ref: baserock/morph + build-depends: + - libunwind +- name: snappy + repo: upstream:snappy + ref: baserock/morph + build-depends: [] +- name: leveldb + repo: upstream:leveldb + ref: baserock/morph + build-depends: + - snappy + - gperftools +- name: libeditline + repo: upstream:libeditline-tarball + ref: baserock/morph + build-depends: [] +- name: boost + repo: upstream:boost-tarball + ref: baserock/markdoffman/morph + build-depends: [] +- name: ceph + repo: upstream:ceph + ref: baserock/morph + build-depends: + - libaio + - gperftools + - nss + - leveldb + - libeditline + - keyutils + - boost -- cgit v1.2.1