lp:~oddbloke/cloud-init/lp1375252

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Watkins
Project:
cloud-init
Status:
Merged

Recent revisions

1091. By Dan Watkins

Reset host name after bounce has allowed walinuxagent to run successfully.

1090. By Dan Watkins

Add unit tests for Azure hostname bouncing.

Including minor refactoring to make mocking considerably easier.

1089. By Scott Moser

systemd: use network-online instead of network.target (LP: #1440180)

don't declare a Wants/Requires on network.target; this is a passive target
that should only be pulled in by implementors of the networking service.
The requirement for network needs to be expressed as a dependency on
network-online.target.

1088. By Scott Moser

adjust cc_snappy for snappy install package with config.

It was believed that to install a package with config the command was:
  snappy install --config=config-file <package>
Instead, what was implemented in snappy was:
  snappy install <package> [<config-file>]

This modifies cloud-init to invoke the latter and changes the tests
appropriately.

1087. By Scott Moser

fix snappy package installation.

Some tests added here to make sure this works.
The install '--config' will only start to work with the next
version of snappy-go.

1086. By Scott Moser

NoCloud: the local portion of NoCloud incorrectly claimed datasources

The intent has always been for the local datasource (NoCloud) to require
the provider of metadata to provide 'dsmode=local'. If that wasn't found,
then the default 'dsmode' would be 'net', and the NoCloudNet datasource
would then find the data.

The bug here was that the default 'net' wasn't being set when
data was found on a local source.

1085. By Scott Moser

Update SmartOS data source to use v2 metadata.

v2 metadata is described at
 http://eng.joyent.com/mdata/protocol.html

1084. By Scott Moser

systemd: update config and final to run even if init jobs fail

1083. By Scott Moser

SmartOS: fixes for python3 reading from serial device.

We were hitting exceptions when writing to the SmartOS serial console and, once
that was fixed, we were hanging permanently waiting for b"." == "." to be true.

This fixes both of those issues.

1082. By Scott Moser

emit_upstart: fix use of undeclared variable

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