summaryrefslogtreecommitdiff
path: root/systems/chef-system.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'systems/chef-system.morph.in')
-rw-r--r--systems/chef-system.morph.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/systems/chef-system.morph.in b/systems/chef-system.morph.in
new file mode 100644
index 00000000..2e7e1fd7
--- /dev/null
+++ b/systems/chef-system.morph.in
@@ -0,0 +1,36 @@
+name: chef-system.{{CONFIG}}
+kind: system
+arch: {{ ARCH }}
+description: Minimal Chef system
+configuration-extensions:
+- extensions/set-hostname
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/busybox-init
+- extensions/remove-gcc
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+ artifacts:
+ - build-essential-minimal
+- name: core
+ morph: strata/core.morph
+ artifacts:
+ - core-openssl
+- name: foundation
+ morph: strata/foundation.morph
+ artifacts:
+ - foundation-runtime
+- name: ruby
+ morph: strata/ruby.morph
+ artifacts:
+ - ruby-runtime
+- name: chef
+ morph: strata/chef.morph
+ artifacts:
+ - chef-runtime
+{% if BSP %}
+- name: bsp-{{ BSP }}
+ morph: strata/bsp-{{ BSP }}.morph
+{% endif %}