~ltrager/maas:lp1904398_2.9

Last commit made on 2020-11-25
Get this branch:
git clone -b lp1904398_2.9 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:
lp1904398_2.9
Repository:
lp:~ltrager/maas

Recent commits

d57e3dd... by Lee Trager

LP: #1904398 - Only set machines to commissioning in form when anonymous

Backport of 9f03422

15400a6... by Caleb Ellis

Update maas-ui to f23264c
fix(legacy): show storage tab for new controllers (#1918)

649774c... by Kit Randel

Update maas-ui to 463732b
fix(ui): include all scripts in preselected commissioning except noauto (#1911)

493ce10... by Alberto Donato

LP: #1904758 - reuse existing VirtualMachine object when refreshing if one
already exists.

VirtualMachine objects are not deleted when the linked machine is removed.
This means when refreshing if a machine get re-added to maas, a VirtualMachine
entry for it already exists.

2f4ea4c... by Alberto Donato

LP: #1905263 - force-stop LXD VMs when decomposing, and wait for them to be stopped before removing

cce3d40... by Lee Trager

LP: #1904267 - Fallback to reading /sys in get_interfaces()

When migrating enlistment to maas-run-remote-scripts I leveraged
get_interfaces() from network testing to collect the list of MAC
addresses on the system. This code depended on netplan which isn't
available in Xenial. get_interfaces() will now fallback on reading
/sys directly when netplan isn't available.

Cherry-picking 3af8a3f1c5c79d78de34b253a94cec924c675b83

9da03c7... by Adam Collard

LP: #1904245 [machine-resources] Specify absolute path for output

Cherry-pick 1392e69ab132622b2d6618ccfc243d871fa63460

be0d671... by Alberto Donato

LP: #1904810 - don't try to perform IP checks if there's no IP to check

This fixes an issue where the check is attempted for 0 IP addresses for a node
that only has static IPs assigned.

8513c50... by Caleb Ellis

Update maas-ui to 41c751c
fix(legacy): fix machine logs missing new lines when copied manually (#1883)

1fbdd39... by Alberto Donato

LP: #1904425 - use python library for OMAPI access instead of wrapping omshell