~bjornt/maas:update-node-interfaces-missing

Last commit made on 2021-05-04
Get this branch:
git clone -b update-node-interfaces-missing https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
update-node-interfaces-missing
Repository:
lp:~bjornt/maas

Recent commits

5412d70... by Björn Tillenius

Use different variable in list comprehension.

bef2065... by Björn Tillenius

update_node_interfaces() failed if some interface parents didn't exist.

This happens if there are veth interfaces in bridges, since LXD will
include that in the bridge information, but it won't create network
entries for them.

b7378e3... by Björn Tillenius

Always call update_node_interfaces() in process_lxd_results()

Before, it was only called for controllers, and some of the logic in
process_lxd_results was not executed for controllers, since that conflicted
with update_node_interfaces().

Now the same code path to update interfaces is used for controllers, vm hosts,
and any machine.

aa6f7de... by Alberto Donato

add a single helper method to get used all resources for VM hosts

b6afee9... by Lee Trager

Add Subnet form support for disable_boot_architectures

6871973... by Bill Wear

Update maas-offline-docs to aceda04
Intermediate save to capture draft WIP of tags and annotations

d44c4d1... by Lee Trager

Add disable_boot_architectures column to Subnet table.

bd6de10... by Alberto Donato

vendor_data: get snap channel to install from target version

088524c... by Alberto Donato

add websocket handler for target_version

82a02cc... by Alberto Donato

a few cleanups/lints around websocket base classes