~ltrager/maas:lp1916073

Last commit made on 2021-02-19
Get this branch:
git clone -b lp1916073 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1916073
Repository:
lp:~ltrager/maas

Recent commits

6db4fd4... by Lee Trager

LP: #1916073 - Include qemu-efi-aarch64 when install_kvm=True on ARM64

479abfc... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 74b2161
fix(deps): update dependency vanilla-framework to v2.24.1 (#2208)

Co-authored-by: Renovate Bot <email address hidden>

d9b7b30... by Lee Trager

Add the HMC power driver for IBM Z

f2197a5... by Caleb Ellis

Update maas-ui to bb8acea
fix(ui): show correct count when deleting items from list (#2198)

14fcab4... by Huw Wilkins

Update maas-ui to 07fedd6
refactor(ui): move network table columns to individual components

Move all the columns for the network table to components.

Fixes: #2201.

7ac02e6... by Huw Wilkins

Update maas-ui to b277f18
refactor(ui): move network fields to component

Make a reusable component for the network fields.

Fixes: #2203.

0127805... by Huw Wilkins

Update maas-ui to cb50469
refactor(ui): make adding and updating interface actions consistent

Update the actions for creating and updating interfaces to be consistent.

Fixes: #2197.

c076fdd... by Lee Trager

LP: #1915970 - Skip Facebook Wedge BMC detection on non-x86 architectures

Facebook Wedge BMC detection uses dmidecode to detect if commissioning is
running on a supported switch. dmidecode is only supported on x86. As
dmidedcode doesn't exist on non-x86 architectures automatically skip
detection on non-x86 architectures.

I discovered this while enabling IBM Z which does not support BMC
detection at all. As such BMC detection is now automatically skipped
on S390X.

ac3f673... by Anthony Dillon <email address hidden>

Update maas-ui to 9666d0e
fix(ui) align the machine test table columns (#2196)

e73f4a7... by Huw Wilkins

Update maas-ui to 75d5b9e
Update snapshots from react-components changes.