~chad.smith/cloud-init:ubuntu/cosmic

Last commit made on 2019-05-13
Get this branch:
git clone -b ubuntu/cosmic https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/cosmic
Repository:
lp:~chad.smith/cloud-init

Recent commits

a452dbb... by Chad Smith

releasing cloud-init version 19.1-1-gbaa47854-0ubuntu1~18.10.1

fab67d4... by Chad Smith

d/patch: retain ubuntu-advantage cloud-config module at old command line

cddbcb4... by Chad Smith

update changelog (New upstream snapshot 19.1-1-gbaa47854).

5eabc62... by Chad Smith

merge from origin/master at 19.1-1-gbaa47854

baa4785... by "Jason Zions (MSFT)" <email address hidden>

Azure: Return static fallback address as if failed to find endpoint

The Azure data source helper attempts to use information in the dhcp
lease to find the Wireserver endpoint (IP address). Under some unusual
circumstances, those attempts will fail. This change uses a static
address, known to be always correct in the Azure public and sovereign
clouds, when the helper fails to locate a valid dhcp lease. This
address is not guaranteed to be correct in Azure Stack environments;
it's still best to use the information from the lease whenever possible.

acd84e2... by Chad Smith

release 19.1

Bump the version on cloudinit/version.py to be 19.1 and update ChangeLog

LP: #1828479

7193b80... by Gonéri Le Bouder

freebsd: add chpasswd pkg in the image

cc_set_passwords.py depends on chpasswd binary.

ce5fe3a... by Paride Legovini

tests: add Eoan release

acc25d8... by "Jason Zions (MSFT)" <email address hidden>

cc_mounts: check if mount -a on no-change fstab path

Under some circumstances, cc_disk_setup may reformat volumes which
already appear in /etc/fstab (e.g. Azure ephemeral drive is reformatted
from NTFS to ext4 after service-heal). Normally, cc_mounts only calls
mount -a if it altered /etc/fstab. With this change cc_mounts will read
/proc/mounts and verify if configured mounts are already mounted and if
not raise flag to request a mount -a. This handles the case where no
changes to fstab occur but a mount -a is required due to change in
underlying device which prevented the .mount unit from running until
after disk was reformatted.

LP: #1825596

9aa97cf... by Dan Watkins

replace remaining occurrences of LOG.warn