summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-08-28 10:27:49 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-08-28 12:49:05 +0000
commitf9d518fb87468620c51d86de29fa5b17a8e5abb4 (patch)
tree00a280dbe1e5afd368c388e0da957c03354fd824
parent2b56c7b8527365547e0fef515b6b3a50d5b01562 (diff)
downloaddefinitions-baserock/liw/chef-with-sam.tar.gz
Add a 64-bit systembaserock/liw/chef-with-sam
-rw-r--r--chef-system-x86_64-container.morph28
1 files changed, 28 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..012d1497
--- /dev/null
+++ b/chef-system-x86_64-container.morph
@@ -0,0 +1,28 @@
+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:
+- morph: build-essential
+ artifacts:
+ - build-essential-minimal
+- morph: core
+ artifacts:
+ - core-openssl
+- morph: foundation
+ artifacts:
+ - foundation-runtime
+- morph: ruby
+ artifacts:
+ - ruby-runtime
+- name: chef
+ morph: chef/chef.morph
+ artifacts:
+ - chef-runtime