lp:~craigtracey/cloud-init/debug-package-command

Created by Craig Tracey and last modified
Get this branch:
bzr branch lp:~craigtracey/cloud-init/debug-package-command
Only Craig Tracey can upload to this branch. If you are Craig Tracey please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Craig Tracey
Project:
cloud-init
Status:
Development

Recent revisions

890. By Craig Tracey

Add the ability to debug calls to package_command

This change adds the debug_package_command user-data directive. This
provides a mechansim that users can employ in order to log stderr and
stdout each time package_command shells out.

889. By Scott Moser

fix power_state_change config module so that example works, improve doc

888. By Scott Moser

fix DataSourceAzure incompatibility with 2.6

887. By Scott Moser

fix bug mounting first partition of a alias'd name.

The expected behavior was that 'ephemeral0' in a mount device entry
and ephemeral0 mapped to /dev/xvdb that /dev/xvdb1 or /dev/xvdb would
be substituted.

Explicitly setting 'ephemeral0.0' would mean only xvdb in this case.

886. By Scott Moser

open 0.7.4

885. By Scott Moser

trim trailing whitespace on smartos hostname when it came from dmidecode.

884. By Scott Moser

DataSourceSmartOS: remove unnecessary availability_zone attribute

The use of availability-zone or availability_zone is provided by the base
classes's behavior.

883. By Ben Howard

fix failure to create disks on azure, create new 'dev.part' notation

This fixes azure partition creation, and introduces 'ephemeral0.1'
notation to indicate "partition 1 on whatever device is ephemeral0".

882. By Scott Moser

cc_growpart: respect /etc/growroot-disabled

cloud-initramfs-growroot is an initramfs module in cloud-initramfs-tools
that resizes the root partition before the root is pivoted over.

growroot was used in Ubuntu up to and including 12.10. The file
/etc/growroot-disabled on the root filesystem was the only way of
disabling the growing of the root partition.

In cloud-init 0.7.2 cloud-init began resizing the root partition
as growpart gained the ability to utilize 'ptupdate' in kernels > 3.8.
This was a big improvement as now the user could disable or enable
the growing of the root partition via user-data.

In order to let users disable growing of / very simplistically cloud-init
will now respect the presense of /etc/growroot-disabled unless config
specifically tells it to ignore that file.

881. By Scott Moser

examples/cloud-config-user-groups.txt doc fix, fix pep8

fix documentation of mkpasswd usage in
doc/examples/cloud-config-user-groups.txt

Also, Precise's version of pep8 insists on ordering of imports, but saucy's
has not. So we had some incorrect ordering. This fixes './tools/run-pep8'
on precise.

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