lp://qastaging/~harlowja/cloud-init/cloud-init-git-tarball-make

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp://qastaging/~harlowja/cloud-init/cloud-init-git-tarball-make
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

1146. By Joshua Harlow

Allow make-tarball to function under git usage

1145. By Ben Howard

Change Snappy SSH enabled default from false to 'auto' (LP: #1494816)

1144. By Scott Moser

snappy: enable ssh on snappy if ssh keys are provided or password auth

If the user provides ssh keys or requests password auth in their
user-data then we will enable ssh by default.

1143. By Scott Moser

  power_state: support 'condition' argument

  if 'condition' is provided to config in power_state, then
  consult it before powering off.

  This allows the user to shut down only if a condition is met, and
  leave the system in a debuggable state otherwise.

  An example is as simple as:
   power_state:
     mode: poweroff
     condition: ['sh', '-c', '[ -f /disable-poweroff ]']

1142. By Scott Moser

NoCloud: fix consumption of vendor-data

the content of vendordata was was being assigned to vendordata,
rather than vendordata_raw. The result was that it is not processed
for includes or part handlers or other things as it is in other
datasources.

1141. By Scott Moser

reporting/events: catch a final remaining incorrect use of 'reporting'

1140. By Scott Moser

sync curtin reporting changes back to cloud-init

this pulls in the reporting framework that we'd been working on
in curtin back to cloud-init.

1139. By Scott Moser

Handle symlink mount points in mount_cb.

The Azure data source now uses a /dev/disk symlink to identify devices,
but the dereferenced version of this appears in the mount table.
mount_cb therefore doesn't identify when a disk is already mounted, and
attempts to mount it a second time (which fails with NTFS).

1138. By Scott Moser

MAAS: fixes to data source and OauthUrlHelper

the previous version was broken. The vital fixes here are:
 * adding parsedate and oauth1 imports to url_helper
 * fix skew_data usage intending to use self.skew_data

Additionally:
 * reorder imports in url_helper
 * fixes to python3 -m cloudinit.sources.DataSourceMaas

1137. By Scott Moser

swap: create swap with fallocate if possible

fallocate is much faster than 'dd' for creating and initializing a
swap file.

Branch metadata

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

Subscribers