~ltrager/maas:lp1904267

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

Recent commits

3af8a3f... 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.

b97f300... by Caleb Ellis

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

23c38e9... by Caleb Ellis

Update maas-ui to 6cc988e
feat(ui): build vmfs6 datastores list in machine storage tab (#1900)

b2821f0... by Caleb Ellis

Update maas-ui to 0995255
feat(ui): build cache sets list in machine storage tab (#1891)

1e106cb... by Bill Wear

Update maas-offline-docs to a2db75d
partial fix for bug 1900010 - make headings doc anchors

6344557... by Caleb Ellis

Update maas-ui to 909feeb
refactor(ui): create common components between storage tables (#1899)

33ff5e2... by Alberto Donato

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

db261bf... by Huw Wilkins

Update maas-ui to 8c921f5
build(yarn): add Renovate Dependency dashboard

Add the config option to have a dependency dashboard for Renovate.

5b6d159... by Lee Trager

LP: #1904329 - Check for SMARTCTL support using alternative string

80a858c... by Alberto Donato

LP: #1902425 - keep trying new addresses when assigning on deploy.

Previously, the logic would retry only 2 times in case of any issue (call
error, IP in use).
If the call succeeds but the IP is in use, it should keep trying new addresses
until a free one is found.