~rcj/simplestreams:feature/focal_as_current_lts

Last commit made on 2020-08-05
Get this branch:
git clone -b feature/focal_as_current_lts https://git.launchpad.net/~rcj/simplestreams
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
feature/focal_as_current_lts
Repository:
lp:~rcj/simplestreams

Recent commits

9cc396b... by Robert C Jennings

Make focal the current LTS

20.04.1 has been released, it's time to make Focal the current LTS

ff048fd... by James Page

Drop fast path use of keystoneauth1 sessions object.

There is no harm in passing all of the kwargs to both
glance and swift client objects and for swift, passing
just the session is not sufficient to correctly set
cacert and other security related settings.

efe393e... by James Page

Add build-packages to fix build failures on non-amd64 archs.

c722024... by James Page

Add snap packaging for simplestreams

Add snap packaging for simplestreams to ease distribution of
updates across Ubuntu series.

The snap will be used by the glance-simplestreams-sync
charm.

ca85e0e... by James Page

Add support for setting image custom properties

Add support for setting image custom properties on all images
synced into glance.

This feature was contributed into the glance-simplestreams-sync
charm in order to set various additional properties for arm64
based clouds.

7b32d5c... by James Page

Unpin linting tools to allow them to work on Ubuntu 20.04 LTS.

Misc lint tidy as a result of new versions of tools and new checks.

ba827ca... by Robert C Jennings

make-test-data: Add missing change for uefi1 combined lxd sha

d7f1603... by Robert C Jennings

Present LXD KVM with Xenial images

The support for LXD KVM images uses the key 'combined_disk1-img_sha256'
and it creates this by looking for a file ending in '.img'.

On Xenial this file does not exist, instead we have '-disk1.img' and
'-uefi1.img' on Xenial with '-uefi1.img' being the same layout (gpt
partition with grub-efi) as the '.img' files that later releases have.

This patch adds a file extension match for '-uefi1.img', which will only
be found on Xenial, to create a 'combined_disk1-img_sha256' key for the
'lxd.tar.xz' item in streams to match LXD client expectations.

0398864... by Stéphane Graber

Skip disk-kvm-img as unsuable under LXD

https://bugs.launchpad.net/cloud-images/+bug/1873809

4403b3d... by Daniele Rondina <email address hidden>

https://bugs.launchpad.net/simplestreams/+bug/1833435