~blake-rouse/maas:fix-1817931

Last commit made on 2019-03-01
Get this branch:
git clone -b fix-1817931 https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
fix-1817931
Repository:
lp:~blake-rouse/maas

Recent commits

0ab9937... by Blake Rouse

Fixes LP: #1817931 - Ensure that the netplan YAML is ordered correctly for netplan. Fix issue where bridge stp boolean was rendering as an integer.

df3846d... by Newell Jensen

Add storage layout error message for case when there are no disks for non Ubuntu operating systems.

b999fb9... by Newell Jensen

Add network configuration for ephemeral deployments.

e19c69f... by Björn Tillenius

LP #1817305: Remove duplicate null ip records for the same interface and subnet Edit

This cleans up the data mostly, so that we don't have 10s of thousands
redundant records in the database slowing things down.

This patch doesn't handle the case where there are multiple interfaces
sharing the same ip address records, but only a few redundant records
should remain, so they won't affect performance.

08a102a... by Steve Rydz

LP: #346588 - Add ability for GUI to delete individual discovered device

cab1f94... by Blake Rouse

LP: #1817894 - Fix PXE mechanism where PXE interface shares a MAC address with a bridge or bond.

5f5ab3c... by Mike Pontillo

Fix missing delete_by_mac_and_ip in discovery handler allowed_methods.

5fcf2bf... by Blake Rouse

Fixes LP: #1815091 - Unable to clear the nodes storage configuration when a virtual block device exists on top of another virtual block device.

b5e6896... by Björn Tillenius

LP #1817056: StaticIPAddress records with NULL ip keeps adding up

When the update_lease() RCP method gets called for an expired
lease, it adds a null IP record so that the interface stays linked to
the subnet. It didn't re-use existing such records, though.

38430e0... by Alberto Donato

add metric to track region/rack RPC calls latency