~ltrager/maas:serialize_blockdevice_interface

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

Recent commits

c2ce253... by Lee Trager

ack fixes

0bebb0e... by Lee Trager

Merge branch 'master' into serialize_blockdevice_interface

d2da09c... by Lee Trager

Add support for set_boot_order for the hmcz power driver.

ebfd7e5... by Lee Trager

Add set_boot_order RPC call

a596bc2... by Lee Trager

Add set_boot_order as a base ability to power and pod drivers.

Power and Pod drivers may optionally implement the ability to change boot
order. If supported, as indicated by the can_set_boot_order variable, the
region will send an ordered list of network and storage devices
representing the expected boot order when booting or when a machine hits
the netboot_off endpoint. The list is the serialized object containing the
id and name storage devices also provide the id_path, model, and serial
while network devices contain the mac_address, vendor, and product.

4797cc9... by Lee Trager

Add chassis support to the IBM HMC for Z power type.

4023921... by Alberto Donato

LP #1919000 - bump pylxd required version for deb package to support projects

acb9111... by Huw Wilkins

Update maas-ui to 6512c4a
refactor(legacy): remove old switches code

Remove the old code for handling switches.

Fixes: #2382.

5c5cbb1... by Huw Wilkins

Update maas-ui to 91ef5f0
fix(legacy): fix device network tab route

Fix the route for the network tab in device details.

Fixes: #2384.

6978086... by Huw Wilkins

Update maas-ui to 0b48f0b
fix(ui): fix general websocket caching

Don't request general data if it has already been requested.

Fixes: #2213.