summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2015-07-07 16:32:12 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-07-08 10:30:50 +0000
commitf1c29815c2e9f1ed5fc927c21830fc9ff672ce63 (patch)
treeac5fe6535af1e63e0809a2ad9bd029e2de56f242
parent51b71cc42eb9f1d6c35823a490fd73b6bee63eac (diff)
downloaddefinitions-f1c29815c2e9f1ed5fc927c21830fc9ff672ce63.tar.gz
Start some definition bits for stemcell work
-rw-r--r--strata/bosh-stemcell.morph5
-rw-r--r--systems/bosh-stemcell-x86_64-generic.morph23
2 files changed, 28 insertions, 0 deletions
diff --git a/strata/bosh-stemcell.morph b/strata/bosh-stemcell.morph
new file mode 100644
index 00000000..c4c266e6
--- /dev/null
+++ b/strata/bosh-stemcell.morph
@@ -0,0 +1,5 @@
+name: bosh-stemcell
+kind: stratum
+build-depends:
+chunks:
+ build-depends:
diff --git a/systems/bosh-stemcell-x86_64-generic.morph b/systems/bosh-stemcell-x86_64-generic.morph
new file mode 100644
index 00000000..2842cf74
--- /dev/null
+++ b/systems/bosh-stemcell-x86_64-generic.morph
@@ -0,0 +1,23 @@
+name: bosh-system-x86_64-generic
+kind: system
+description: |
+ The set of strata required to have a 64-bit x86 bosh stemcell operating
+ system image.
+arch: x86_64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+- name: bosh-stemcell
+ morph: strata/bosh-stemcell.morph
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/nfsboot
+- extensions/install-files
+- extensions/install-essential-files