diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-09-23 16:47:27 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-10-08 14:23:09 +0000 |
commit | 98e8635ad2c4dae42502b194caa089fbbe19df05 (patch) | |
tree | af91fb17b66679755e29ed5caf16520025d521e2 /ceph-service.morph | |
parent | 4251aff823a82cc412a3f8ea8c089f2dbd9ac8f5 (diff) | |
download | definitions-98e8635ad2c4dae42502b194caa089fbbe19df05.tar.gz |
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.
Diffstat (limited to 'ceph-service.morph')
-rw-r--r-- | ceph-service.morph | 67 |
1 files changed, 67 insertions, 0 deletions
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 |