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-x86_64-generic.morph | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ceph-service-x86_64-generic.morph (limited to 'ceph-service-x86_64-generic.morph') diff --git a/ceph-service-x86_64-generic.morph b/ceph-service-x86_64-generic.morph new file mode 100644 index 0000000..f1d65b1 --- /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 -- cgit v1.2.1