summaryrefslogtreecommitdiff
path: root/chef-system-x86_64-container.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-20 17:52:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-20 17:52:11 +0000
commit4d87488a6a49207a64b9ec948958b9666a120009 (patch)
treeab54c12d24f4cb227ef051c05b4991942cc7c170 /chef-system-x86_64-container.morph
parentf125f46535729b6d439478d1317b6192d570bc3f (diff)
parent704c443ea86001242ca0ca64eef0ca944279ebd9 (diff)
downloaddefinitions-4d87488a6a49207a64b9ec948958b9666a120009.tar.gz
Merge branch 'baserock/jmac/add-chef-and-ceph'
Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'chef-system-x86_64-container.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