~bjornt/maas:update-node-interfaces-non-physical

Last commit made on 2021-04-23
Get this branch:
git clone -b update-node-interfaces-non-physical 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-non-physical
Repository:
lp:~bjornt/maas

Recent commits

4a10c9d... by Björn Tillenius

Don't use controller-specific data for non-physical interfaces.

Now update_interface() uses only commissioning data for for all vital
interface data.

64ce438... by Björn Tillenius

update_node_interfaces now uses commissioning data for physical interfaces.

Before it made use of the data that rackd generates in addition to the
commissioning data. Now that extra data is used only for things that aren't in
the commissioning data, like link mode and gateway, as well has beaconing
hints.

Get the interface to update from lxd data.

e083bcb... by Caleb Ellis

Update maas-ui to 3a78075
fix(ui): fix KVM list resource usage calculations (#2553)

078e454... by Caleb Ellis

Update maas-ui to 73c1989
fix(legacy): always display power password fields with type="password" (#2567)

33b91eb... by Huw Wilkins

Update maas-ui to e5fbcbe
Remove additional space that was indenting the new lines.

25adb3c... by Amy Pattanasethanon

Update maas-ui to 9ba7663
feat(ui): kvm/numa pinned cores (#2273)

c1c53e0... by Lee Trager

Enable iPXE on any architecture.

When iPXE is the booting client it sends both the architecture code and a
user-class of "iPXE". Always respond to the iPXE client with iPXE config
regardless of architecture.

bf74468... by Alberto Donato

change logic for notifications about controllers with different versions

This drops the old notification about different version in controller and adds
a new notification which is shown when there are issues with controllers setup.
Specifically:
- controllers on different versions
- controllers with different ugprades origins or cohorts
- controllers that see different updates

A separate notification will be added to signal the state of upgrades.

763175a... by Alberto Donato

set the PCIDB_CHROOT var in the snap so that PCI-IDs database is found

d549c72... by Huw Wilkins

Update maas-ui to 767f9bc
fix(ui): fix settings spinner alignment

Fix the alignment of the spinner in the settings tables.

Fixes: #2427.