~cgrabowski/maas:fix_wrong_rack_controller_selection_for_bmc

Last commit made on 2022-05-17
Get this branch:
git clone -b fix_wrong_rack_controller_selection_for_bmc https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
fix_wrong_rack_controller_selection_for_bmc
Repository:
lp:~cgrabowski/maas

Recent commits

2315c4c... by Christian Grabowski

check to see the rack controller is connected via rpc to consider it accessible to a bmc

fix test

cc13ba5... by Christian Grabowski

add test asserting routable rack controllers are updated

89dc6f4... by Christian Grabowski

only consider a BMC accessible if a rack controller is usable AND has a connection

5728ad9... by Christian Grabowski

test get_bmc_client_connection_info

add tests for _get_bmc_client_connection_info

88d6aaa... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update maas-ui to 558fe75d
chore(deps): update dependency @testing-library/user-event to v14 (#3910)

* chore(deps): update dependency @testing-library/user-event to v14

* handle all instances of userEvent returning a Promise

* update shared workspace to work with async/await

Co-authored-by: Renovate Bot <email address hidden>
Co-authored-by: Caleb Ellis <email address hidden>

84b914c... by Bill Wear

Update maas-offline-docs to 411575d8
[maas-documentation.html] capturing external fix to storage redirect submitted by sparkiegeek

536c12b... by Bill Wear

Update maas-offline-docs to 779480e7
Updated maas-documentation-25.md to current discourse version

7d23803... by Bill Wear

Update maas-offline-docs to ac9b212a
Updated how-to-install-maas-5128.md to current discourse version

f6d3148... by Alberto Donato

LP:1972052 fix VirtualMachineInterfaceCurrentConfigManager query filter

The Pod.hints.hosts is not always populated for VM hosts (e.g. for virsh hosts), but the VirtualMachineInterface can still be linked to a host interface in that case.
This changes the query filter to go through the host interface instead of the hints.

It also includes a change to log the exception cause by a Conflict HTTP
response, which was hiding the original issue in the linked bug.

61012ef... by Alberto Donato

LP:1952216 don't break disk serialization if no boot disk is present