summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-11 18:42:39 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-12 09:53:30 +0100
commit48e617b326693a3ca96d92e3ceb46b55833f505c (patch)
treea7bcb1885f0d640d213dc774f64e9a7b1db5610b
parentc88ee82a0830562db6c4149dedf54ff48ac4af64 (diff)
downloaddefinitions-48e617b326693a3ca96d92e3ceb46b55833f505c.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