From 1979ea3e3440335632af8e7e58dd34aae52a2b96 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Wed, 11 Sep 2013 14:55:32 -0600 Subject: Initial cut at disk partition support. --- config/cloud.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config') diff --git a/config/cloud.cfg b/config/cloud.cfg index cce1f376..8b52ca39 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -14,6 +14,20 @@ disable_root: true # This will cause the set+update hostname module to not operate (if true) preserve_hostname: false +# This sets the default for creating the ephemeral0 on clouds +# that support it. +disk_setup: + ephemeral0 + type: 'mbr' + layout: True + overwrite: False + +fs_setup: + ephemeral0 + filesystem: 'ext3' + device: ephemeral0 + partition: 'auto' + # Example datasource config # datasource: # Ec2: -- cgit v1.2.3