lp:~darkmuggle-deactivatedaccount/cloud-init/lp1506244-ssh-key-value
- Get this branch:
- bzr branch lp:~darkmuggle-deactivatedaccount/cloud-init/lp1506244-ssh-key-value
Branch merges
- Ben Howard: Pending requested
-
Diff: 137 lines (+65/-21)2 files modifiedcloudinit/sources/DataSourceAzure.py (+12/-4)
tests/unittests/test_datasource/test_azure.py (+53/-17)
Related bugs
Bug #1506244: [SRU] support SSH key value over fingerprint for Azure | Undecided | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 1148. By Ben Howard
-
AZURE: support extracting SSH key values from ovf-env.xml
Azure has or will be offering shortly the ability to directly define the SSH
key value instead of a fingerprint in the ovf-env.xml file. This patch
favors defined SSH keys over the fingerprint method (LP: #1506244). - 1147. By Scott Moser
-
MAAS: fix issues with url_helper and oauth module
This would cause problems in the event that we actually had a bad
clock. We add a retry in the main (for test) also, to ensure that
the oauth timestamp fix gets in place. - 1146. By Scott Moser
-
webhook: report with json data
the handler was passing a dictionary to readurl
which was then passing that on to requests.request as 'data'.
the requests library would urlencode that, but we want the
json data posted instead. - 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. - 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).
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