summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-23 16:47:27 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-10-08 14:23:09 +0000
commit98e8635ad2c4dae42502b194caa089fbbe19df05 (patch)
treeaf91fb17b66679755e29ed5caf16520025d521e2
parent4251aff823a82cc412a3f8ea8c089f2dbd9ac8f5 (diff)
downloaddefinitions-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.
-rw-r--r--ceph-service-x86_64-generic.morph28
-rw-r--r--ceph-service.morph67
2 files changed, 95 insertions, 0 deletions
diff --git a/ceph-service-x86_64-generic.morph b/ceph-service-x86_64-generic.morph
new file mode 100644
index 00000000..f1d65b12
--- /dev/null
+++ b/ceph-service-x86_64-generic.morph
@@ -0,0 +1,28 @@
+name: ceph-service-x86_64-generic
+description: The set of strata required to have a minimal system for a 64-bit x86
+ system + the service daemons for ceph object, block and file storage.
+kind: system
+arch: x86_64
+strata:
+- morph: build-essential
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: core
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: foundation
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: bsp-x86_64-generic
+ repo: baserock:baserock/morphs
+ ref: master
+- morph: ceph-service
+ repo: baserock:baserock/morphs
+ ref: master
+configuration-extensions:
+- set-hostname
+- ssh
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
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