lp:~blair/cloud-init/cloud-init

Created by Blair Zajac and last modified
Get this branch:
bzr branch lp:~blair/cloud-init/cloud-init
Only Blair Zajac can upload to this branch. If you are Blair Zajac please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Blair Zajac
Project:
cloud-init
Status:
Merged

Recent revisions

799. By Blair Zajac

util.parse_mount_info(): add unit tests.

798. By Blair Zajac

util.parse_mount_info(): handle short lines.

797. By Blair Zajac

Refactor util.get_mount_info() to facilitate unit testing.

Refactor the parsing portion of util.get_mount_info() into a new
util.parse_mount_info() method. Now util.get_mount_info() opens
/proc/$$/mountinfo, splits on newlines and passes the lines to
util.parse_mount_info().

796. By Joshua Harlow

Enable the merging.txt to be in .rst format for public viewing

795. By Scott Moser

support different and user-suppliable merging algorithms for cloud-config

This adds a very useful mechanism for merging cloud-config, allowing
the user to append to lists (ie, just add more 'run_cmd') or other
things.

See doc/merging.txt for more information, it is intended to be backwards
compatible by default.

794. By Scott Moser

pep8

793. By Scott Moser

fix a pylint complaint in test_handler_growpart

E1103: 81,44:TestWriteFile.test_basic_usage: Instance of 'Bunch' has no
   'st_mode' member (but some types could not be inferred)

so, if it wants st_mode, for now just give it one.

792. By Scott Moser

allow customization of apt-get command, add --force-unsafe-io

This allows the customization of the apt-get command used for installing
packages, and also adds '--force-unsafe-io'. Because this is spawned from
cloud-init, it seems to make sense as a first boot package installation
option.

791. By Scott Moser

pep8 and pylint fixes

790. By Scott Moser

add 'growpart' config module.

This adds support for resizing partition tables for mounted partitions.
It thus allows us to remove 'cloud-initramfs-growpart' from running in
the initramfs, and do it here instead.

That depends on:
 a.) growpart in cloud-utils 0.2.7 or later
     or
     parted with 'resizepart' support
 b.) kernel 3.8.

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