~ltrager/maas:set_boot_order_rpc

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

Recent commits

e4c6a29... by Lee Trager

ack fixes

b1041d1... by Lee Trager

Merge branch 'add_set_boot_driver_to_power_drivers' into set_boot_order_rpc

ecafe43... by Lee Trager

Merge branch 'hmcz_chassis' into add_set_boot_driver_to_power_drivers

004fb79... by Lee Trager

bjornt fixes

c687817... by Lee Trager

Merge branch 'master' into hmcz_chassis

ac3d1d9... by Alberto Donato

generalize use of Interface.acquired to other types than bridges

This also creates interfaces on sync as acquired

0c63c8e... by Alberto Donato

drop pycharm-related setup

8714137... by Björn Tillenius

Send the beaconing hints in the commissioning data.

I forgot to include them when I initially added the information that the
networks interfaces monitoring service collects to the commissioning output.

As before, don't pay too much attention on the key names. The will most likely
change soon, as I make use of the data, and remove what's not needed.

5b522bc... by Björn Tillenius

Move the logic for Controller.update_interface() to its own file.

We want to use the same logic for non-controller nodes, and eventually merge it with similar logic in metaserver.builtin_scripts.hooks.py.

This commit simply moves the methods to their own file, so that it's easier to
see how much it actually is.

This is pretty much a straight move. The only thing I did was to remove _ from
the function names and replace 'self' with 'node', as well as changing some
mocking setup in the tests.

b24eeb0... by Alberto Donato

remove assertThat uses in maascli tests