lp:~harlowja/cloud-init/no-prettytable

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/no-prettytable
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Development

Recent revisions

1028. By Joshua Harlow

Remove the leftover enumerate() call

1027. By Joshua Harlow

Remove the route number since its not useful when in a list format

1026. By Joshua Harlow

Remove prettytable

Output the network and route information using yaml
instead so that it can be easily parsed by applications
looking at the console (if they so desire to do this).

An example of what this looks like:

http://paste.ubuntu.com/8566656/

1025. By Scott Moser

update url in config drive documentation

1024. By Scott Moser

freebsd: enable correct behavior on Ec2.

Take care of FreeBSD nic devicenames since they differ depending
on the platform involved. Xen/KVM use different drivers, which
results in different device names.

1023. By Scott Moser

freebsd: Use the proper virtio FreeBSD network interface name.

1022. By Scott Moser

cc_mounts: add ability to create swap file

User can now configure setting of a swap file.
Only supports un-encrypted swap for now.

swap:
   filename: /swap.img
   size: "auto" or size in bytes
   maxsize: size in bytes

Also adds 2 util:
 read_meminfo: return how much memory on system.
 human2bytes: convert human numbers (8G) to bytes.

1021. By Scott Moser

FreeBSD: Support ConfigDrive

Add support for freebsd reading config drive. Primary work is
related to re-factoring mount_cb to not be so linux specific.

Other changes:
 * declare PATH in freebsd initscripts
 * list dependency on e2fsprogs (for blkid)
 * enable ConfigDrive in freebsd config
 * hosts.freebsd.tmpl added

1020. By Scott Moser

MetadataMaterializer support custom leaf decoder

This allows the caller to supply their own leaf decoder, which will
then be in charge of translating the content of the url.

1019. By Scott Moser

cc_grub_dpkg consider /dev/xvda as a candidate for grub installation

HVM instances on EC2 have grub on /dev/xvda.
The bug here resulted in a prompt on grub update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers