lp:~darkmuggle-deactivatedaccount/cloud-init/1494816

Created by Ben Howard and last modified
Get this branch:
bzr branch lp:~darkmuggle-deactivatedaccount/cloud-init/1494816
Only Ben Howard can upload to this branch. If you are Ben Howard please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ben Howard
Project:
cloud-init
Status:
Merged

Recent revisions

1145. By Ben Howard

Refinements on SSH enablement

1144. By Ben Howard

Ubuntu Snappy: conditionally enable SSH on Snappy
  When a user provides authentication tokens, enable SSH unless SSH has
  been explicitly disabled (LP: #1494816).

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.

1136. By Scott Moser

reporting: remove unused variable, actually print in PrintHandler

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

No subscribers.