summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-11 18:42:39 +0100
committerJim MacArthur <jim.macarthur@codethink.co.uk>2015-01-19 19:07:36 +0000
commit1edf0f5bb43519f9a2e85a1135e9c8190f3d17bf (patch)
treed670e857671205cfa717dddc3208ef60ff6f97b8
parent70947ac6024a96f32a63551725fa8cf7a469493d (diff)
downloaddefinitions-1edf0f5bb43519f9a2e85a1135e9c8190f3d17bf.tar.gz
chef: Add system morph
-rw-r--r--chef-system-x86_64-container.morph32
1 files changed, 32 insertions, 0 deletions
diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph
new file mode 100644
index 00000000..3e81c73e
--- /dev/null
+++ b/chef-system-x86_64-container.morph
@@ -0,0 +1,32 @@
+name: chef-system-x86_64-container
+kind: system
+arch: x86_64
+description: Minimal chef system suitable for running in a container
+configuration-extensions:
+- set-hostname
+- simple-network
+- nfsboot
+- install-files
+- busybox-init
+- 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