summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-03 13:21:13 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-03 13:21:13 +0100
commit94fc32a40bf493492906a09e81c497cf50e29edb (patch)
tree94b384d219c558ab510ec9c7543fdc5365303bd5
parentec5130f4cff11148ba79da3fd36e5e5b1555b47e (diff)
downloaddefinitions-94fc32a40bf493492906a09e81c497cf50e29edb.tar.gz
Update chef system
-rw-r--r--chef-demo.morph2
-rw-r--r--chef-system-x86_64-container.morph12
2 files changed, 9 insertions, 5 deletions
diff --git a/chef-demo.morph b/chef-demo.morph
index 606fad5e..eb396b5c 100644
--- a/chef-demo.morph
+++ b/chef-demo.morph
@@ -3,7 +3,7 @@ kind: cluster
description: |
Deploy a demo Chef system.
systems:
-- morph: chef-system-x86_32-container
+- morph: chef-system-x86_64-container.morph
deploy:
chef-demo:
type: tar
diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph
index c54a6abf..3e81c73e 100644
--- a/chef-system-x86_64-container.morph
+++ b/chef-system-x86_64-container.morph
@@ -10,16 +10,20 @@ configuration-extensions:
- busybox-init
- remove-gcc
strata:
-- morph: strata/build-essential.morph
+- name: build-essential
+ morph: strata/build-essential.morph
artifacts:
- build-essential-minimal
-- morph: strata/core.morph
+- name: core
+ morph: strata/core.morph
artifacts:
- core-openssl
-- morph: strata/foundation.morph
+- name: foundation
+ morph: strata/foundation.morph
artifacts:
- foundation-runtime
-- morph: strata/ruby.morph
+- name: ruby
+ morph: strata/ruby.morph
artifacts:
- ruby-runtime
- name: chef