~scahartner/cloud-init:Fix-1912424

Last commit made on 2021-01-21
Get this branch:
git clone -b Fix-1912424 https://git.launchpad.net/~scahartner/cloud-init
Only Alex can upload to this branch. If you are Alex please log in for upload directions.

Branch merges

Branch information

Name:
Fix-1912424
Repository:
lp:~scahartner/cloud-init

Recent commits

fe7f59f... by Alex

Updated github-cla-signers

f957f84... by Alex

Fix for 1912424 (https://bugs.launchpad.net/cloud-init/+bug/1912424)

ad23441... by Anton ChaporgIn

Add antonyc to .github-cla-signers (#747)

c25118a... by Dan Watkins

integration_tests: log image serial if available (#772)

Ubuntu cloud images ship /etc/cloud/build.info which includes a line
with the build serial used to identify the image:

    serial: 20210108

This is valuable information when verifying Ubuntu issues (to confirm
that testing is happening against the expected image), but is also
useful when debugging test failures: manifests of all packages in (the
base) images can be found at http://cloud-images.ubuntu.com/

cdc5b81... by Dan Watkins

Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)" (#775)

This reverts commit b0e73814db4027dba0b7dc0282e295b7f653325c.

1163004... by xiaofengw-vmware <email address hidden>

[VMware] Support cloudinit raw data feature (#691)

This feature will modify VMware datasource to read from meta data and user data which are specified by VMware vSphere user. If meta data/user data are found in cloud-init configuration directory, datasource will parse the meta data/network and user data from the configuration file, otherwise it will continue to parse them from traditional customization configuration file as before. The supported meta data file is in json or yaml format.

9a258ee... by Pavel Abalikhin

net: Fix static routes to host in eni renderer (#668)

Route '-net' parameter is incompatible with /32 IPv4 addresses so we
have to use '-host' in that case.

162fb83... by Dan Watkins

.travis.yml: don't run cloud_tests in CI (#756)

We have replicated their functionality in the new integration testing
framework, and have seen that running for long enough to be confident in
relying on it.

cloud_tests are still used in cloud-init's nightly test runs: this is
only modifying what we run in Travis.

7b58982... by Dan Watkins

test_upgrade: add some missing commas (#769)

37abbc4... by Dan Watkins

cc_seed_random: update documentation and fix integration test (#771)

The documentation did not mention that the given data may not be the
exact string written: the cloud's random data may be added to it.
Additionally, the documentation of the command key was incorrect.

test_seed_random_data was updated to check that the given data is a
prefix of the written data, to match cloud-init's expected (and, now,
documented) behaviour.

LP: #1911227