summaryrefslogtreecommitdiff
path: root/chef-demo.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 16:25:03 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-31 16:15:31 +0000
commit0a3be548f9b817c8258d3e8bc029a3fee66a568d (patch)
treedc922126f7e2286d65e1be9e92a573a626875f3b /chef-demo.morph
parent2ecfb54531b6a722b9ed44b87ffb1ad16f1773c8 (diff)
downloaddefinitions-0a3be548f9b817c8258d3e8bc029a3fee66a568d.tar.gz
REmove GCC binaries in the chef system manually
Nasty hack, but saves 200MB or about 50% of the total size of the system.
Diffstat (limited to 'chef-demo.morph')
-rw-r--r--chef-demo.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/chef-demo.morph b/chef-demo.morph
new file mode 100644
index 00000000..606fad5e
--- /dev/null
+++ b/chef-demo.morph
@@ -0,0 +1,13 @@
+name: chef-demo
+kind: cluster
+description: |
+ Deploy a demo Chef system.
+systems:
+- morph: chef-system-x86_32-container
+ deploy:
+ chef-demo:
+ type: tar
+ location: chef-demo.tar
+ # If you put 'yes' without the quotes yaml converts it to True. Thanks yaml.
+ REMOVE_GCC: "yes"
+ INIT_SYSTEM: busybox