summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-23 13:30:08 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-23 13:30:08 +0000
commitd62d859d678513b993c7120772f4c9f81b0fd848 (patch)
tree47c5675579cc06040971c7cf20ad576fe2b658d0
parent399d28ffabff1aeb877c3d0f358ad4533225add8 (diff)
downloaddefinitions-d62d859d678513b993c7120772f4c9f81b0fd848.tar.gz
Morph build 7f29b01d97fe45f688e1271a06fa0a7e
System branch: master
-rw-r--r--systems/test.morph47
1 files changed, 47 insertions, 0 deletions
diff --git a/systems/test.morph b/systems/test.morph
new file mode 100644
index 00000000..dee92b19
--- /dev/null
+++ b/systems/test.morph
@@ -0,0 +1,47 @@
+name: test-system
+kind: system
+description: |
+ A system with useful tools for doing Baserock development.
+
+ For use on 64-bit Intel x86 computers.
+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: tools
+ morph: strata/tools.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: openstack-clients
+ morph: strata/openstack-clients.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+- name: nodejs
+ morph: strata/nodejs.morph
+- name: ruby
+ morph: strata/ruby.morph
+- name: lorry
+ morph: strata/lorry.morph
+- name: baserock-import
+ morph: strata/baserock-import.morph
+- name: nfs
+ morph: strata/nfs.morph
+- name: python-core
+ morph: strata/python-core.morph
+- name: python-tools
+ morph: strata/python-tools.morph
+- name: devtools
+ morph: strata/devtools.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- cloud-init