summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 15:55:37 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 15:55:37 +0000
commitd660f18993364b05601e53acbff299cac3bac384 (patch)
treebb6abfd6e2954084c7508099b6ad955f34225f12
parentff31a958eebd208f9a9bee49f613fa8e6846ab13 (diff)
downloadmorphs-d660f18993364b05601e53acbff299cac3bac384.tar.gz
Add a new x86-morph-cache-server-system.morph.
This includes foundation, linux-stratum and the morph-cache-server stratum.
-rw-r--r--x86-morph-cache-server-system.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/x86-morph-cache-server-system.morph b/x86-morph-cache-server-system.morph
new file mode 100644
index 0000000..3c386d7
--- /dev/null
+++ b/x86-morph-cache-server-system.morph
@@ -0,0 +1,10 @@
+{
+ "name": "x86-morph-cache-server-system",
+ "kind": "system",
+ "disk-size": "1g",
+ "strata": [
+ "foundation",
+ "linux-stratum",
+ "morph-cache-server"
+ ]
+}