diff options
author | Ben Howard <ben.howard@canonical.com> | 2013-09-11 14:55:32 -0600 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2013-09-11 14:55:32 -0600 |
commit | 1979ea3e3440335632af8e7e58dd34aae52a2b96 (patch) | |
tree | a6d0e8a7f0cd77f96b18e86299a1aa61dae876d9 /config | |
parent | 2a07fcd6444c7deb09063dff6b2f2d6e5385f355 (diff) | |
download | vyos-cloud-init-1979ea3e3440335632af8e7e58dd34aae52a2b96.tar.gz vyos-cloud-init-1979ea3e3440335632af8e7e58dd34aae52a2b96.zip |
Initial cut at disk partition support.
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
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: |