~ltrager/maas:proxmox

Last commit made on 2021-01-20
Get this branch:
git clone -b proxmox 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:
proxmox
Repository:
lp:~ltrager/maas

Recent commits

591d5be... by Lee Trager

Merge branch 'master' into proxmox

8cb6d19... by Caleb Ellis

Update maas-ui to 480c9e2
fix(ui): only load node devices once when navigating to PCI/USB tabs (#2054)

e2fa8e7... by Caleb Ellis

Update maas-ui to 5b8bb1c
feat(ui): add filter links to workload annotations card (#2056)

a577b0c... by Huw Wilkins

Update maas-ui to 9b74b56
feat(ui): group bonds and bridges in the network table

Keep bond and bridge rows in groups when sorting the network table.

Fixes: #1946.

a96f8a3... by Huw Wilkins

Update maas-ui to 14eb497
Correctly route links in machine details to the correct tabs.

e302a96... by Renovate Bot <email address hidden>

Update maas-ui to 0537eb1
fix(deps): update dependency vanilla-framework to v2.22.0

49420f7... by Alberto Donato

replace many direct uses of deferToThread by deferring entire async functions

Instead of doing many back and forth via deferToThread for pylxd calls, defer whole functions to be run in a separate thread.
This simplifies a bit the code and makes it safer against calls to pylxd.Client which end up making http calls.
It should also reduce a bit the overhead of thread communication, although it might block the thread for a longer time doing work.

19a09e6... by Lee Trager

LP: #1911825 - Don't set BMC.ip_address when power_address contains an FQDN

When a BMC is created or edited MAAS maps its IP address to a subnet which
is stored in the model. This allows MAAS to send power commands only to
rack controllers which are on the same subnet as the BMC. If no rack
controller is on the same subnet as the BMC the power command is sent to
all rack controllers. When an FQDN or hostname were given an exception was
raised as MAAS expected an IP address. The exception is now avoided so the
fallback code is used which allow for FQDN or hostnames in the
power_address.

31dad5d... by Caleb Ellis

Update maas-ui to 4686744
feat(ui): add ability to filter machines by workload annotation (#2055)

3c9a868... by Caleb Ellis

Update maas-ui to 62a3b30
feat(ui): add ability to create RAID 0 storage devices (#2057)