~newell-jensen/maas:lxd-commissioning-hooks-storage

Last commit made on 2019-09-17
Get this branch:
git clone -b lxd-commissioning-hooks-storage https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
lxd-commissioning-hooks-storage
Repository:
lp:~newell-jensen/maas

Recent commits

052493b... by Newell Jensen

Move update_node_network_interface_tags hook to be called after process_lxd_results hook

75642b9... by Newell Jensen

Use LXD storage information for update_node_physical_block_devices and remove unneeded commissioining script gather_physical_block_devices.

f095efa... by Newell Jensen

Initial commit.

7d9c54c... by Newell Jensen

Update script result hooks to use LXD networking information.

46e496e... by Newell Jensen

LP: #1843919 -- Update rackd.nginx.conf.template for machine-resources location when installed from debian packages.

1ea4eac... by Lee Trager

Add the interface ID to the node_result websocket.

44faf5c... by Alberto Donato

api: support passing numa_node to PhysicalInterfaceForm

33a23d1... by Lee Trager

LP: #1843266 - Add support for tbz and txz images.

Curtin added support for tbz and txz images in 5f13247 this enables MAAS to
send tbz and txz images to Curtin.

9f38103... by Alberto Donato

api: add "numa_node" field to UpdatePhysicalBlockDeviceForm and CreatePhysicalBlockDeviceForm

4a74082... by Blake Rouse

Fixes LP: #1841807 - Handle the case where the RPC connection can be lost in a list-boot-images API call.

There is a case where the RPC connection can be lost for multiple reasons during an RPC call to a rack controller. The error path was not handling this case, but was handling other cases. This updates that error path to handle the connection lost case so the API output is consistent and not an improper error or API return code.