~ltrager/maas-images:lp1859049

Last commit made on 2020-01-10
Get this branch:
git clone -b lp1859049 https://git.launchpad.net/~ltrager/maas-images
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1859049
Repository:
lp:~ltrager/maas-images

Recent commits

50ce14c... by Lee Trager

LP: #1859049 - Use linux-* instead of linux-signed-* kernel packages.

linux-signed-* packages are now metapackages in 14.04+. The linux-signed-*
metapackage has been removed from 20.04+. Use linux-* packages as they are
signed.

ec57358... by Lee Trager

Remove 18.10 as its been deprecated.

92e1a47... by Lee Trager <Lee Trager <email address hidden>>

Fix regression from 5219d81

5219d81... by Lee Trager

Add the ability to remove or copy versions from a stream.

2a9db27... by Adam Collard

Add support for Focal Fossa

97104e5... by Lee Trager

Bump CentOS to 1907

daeca96... by Lee Trager

Bump CentOS to 1905

aa3b29a... by Lee Trager

LP: #1835275 - Include the bonding and infiniband drivers in the initrd.

The bonding driver is needed when applying custom network configuring in the
ephemeral environment. The base Ubuntu SquashFS image includes OpenSCSI which
attempts to load ib_iser. Because this is missing systemctl is-system-running
shows as degraded.

c4862ae... by Andres Rodriguez

Update CentOS image to 1901

7b43e64... by Philip Roche

ESM EOL code must support running on systems with older versions of python-distro-info

This was discovered when running this on Ubuntu Precise with python-distro-info 0.8.2ubuntu1
and distro-info-data 0.8ubuntu0.17

When running on a system like this the _rows attribute is used and as such the dict
key for ESM EOL is eol-esm and not eol_esm as it is on newer systems where we use a
dict representation of DistroRelease objects instead.