~raharper/curtin:fix/bump-network-mtu-v-who-knows

Last commit made on 2019-05-07
Get this branch:
git clone -b fix/bump-network-mtu-v-who-knows https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/bump-network-mtu-v-who-knows
Repository:
lp:~raharper/curtin

Recent commits

415b9a2... by Ryan Harper

vmtest: network mtu bump; need to verify commited fix and then revisit

5f7f659... by Ryan Harper

Fix up yaml.load warnings

Replace most calls with curtin.config.load_config. For a few
cases which parse strings, use yaml.safe_load.

f99929e... by Ryan Harper

vmtest: disable trusty, it's dead jim

Trusty is EOL now, we can drop Trusty in vmtest to recover some
of that sweet, sweet CPU and IO time.

d8e45d7... by Ryan Harper

vmtest: reenable UEFI 4k tests, which got dropped when fixing subclassing.

af25620... by Ryan Harper

vmtests: Add test_kernel_img_conf stub for PsuedoVMBaseClass

This fixes tests_vmtests failures due to missing stub for kernel-img-conf
file check.

309e76d... by Ryan Harper

curthooks: chzdev_import must encode data if provided

subprocess's stdin requires a bytes-like object so callers
must encode string values to bytes before submitting them.

LP: #1825007

16b46e1... by Ryan Harper

vmtest: test for kernel-img conf on ubuntu only

This fixes errors found during Centos tests as we only
create a kernel-img.conf on Ubuntu releases.

08bf6ff... by Dimitri John Ledkov

Setup kernel-img.conf like base-installer/live-installer did.

LP: #1534162

4795607... by Jean-Baptiste Lallement

zfs: pass pool and fs properties to zpool_create

block-meta use of zpool_create did not supply the optional parameters
that are supported in the zfs/zpool configuration dictionary. Fix
this by extracting the values from the config and passing them
to zpool_create.

LP: #1823682

8e08215... by Michael Hudson-Doyle

block_meta: pass lvm_partition size through human2bytes

type:lvm_partition schema allows for the 'size' field as integer
or string. Process the 'size' value through human2bytes which
converts 'size' values into bytes.