~mwhudson/curtin:for-subiquity

Last commit made on 2019-05-30
Get this branch:
git clone -b for-subiquity https://git.launchpad.net/~mwhudson/curtin
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
for-subiquity
Repository:
lp:~mwhudson/curtin

Recent commits

904a4e6... by Michael Hudson-Doyle

Merge branch 'feature/block-discover' into for-subiquity

56fcf04... by Ryan Harper

block-discover: ignore cdrom/floppy in filesystem and mounts

The live-iso probe data returned the mounted cdrom blockdev,
filesystem and mount info. We currently ignore the the blockdev
entry but not the filesystem and mount data which resulted in an
entry with a missing dep. Resolve this by also ignoring cdrom
and floppy in mounts and filesystems. Add unittest to verify
that we can parse live-iso probe data.

0049e0a... by Michael Hudson-Doyle

curthoooks: disable daemons while reconfiguring mdadm

By switching from subp(..., target=...) to ChrootableTarget.

LP: #1829325.

b6e8a1c... by Michael Hudson-Doyle

mdadm: fix install to existing raid

Just change the export=False to export=True in the call to mdadm_examine
in md_check_array_membership.

LP: #1830157

8c347f4... by Paride Legovini

apt_proxy env var set but empty => do not setup any proxy

Sample use case: apt-cacher-ng is setup as the apt proxy
on the host system (via Acquire::HTTP::Proxy), but it is
not wanted and not functional in the guest systems used
for the vmtests.

6e9e274... by Dan Watkins

release 19.1

38bc731... by Ryan Harper

move to pylintrc

20b4f27... by Ryan Harper

Fix up unittests for block-discover

3d1affc... by Ryan Harper

add unittest for dmcrypt parser

8fd6d0f... by Ryan Harper

Fix up dmcrypt device lookup and id mapping