~newell-jensen/maas:lp1806862

Last commit made on 2019-03-08
Get this branch:
git clone -b lp1806862 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:
lp1806862
Repository:
lp:~newell-jensen/maas

Recent commits

679a527... by Newell Jensen

Add unit test to check for tags on a region+rack controller.

5d5b17b... by Newell Jensen

LP: #1806862 -- Surface tags in the controller websocket handler.

2d422bb... by Alberto Donato

add service name and host IP to labels

5a6c8cf... by Newell Jensen

Disable KVM host installs for ephemeral deployments.

99acf44... by Alberto Donato

LP: #1817484 - add keepalive for Postgres connections and connect/disconnect events for the listener

9c399e3... 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.

5ad8283... by Björn Tillenius

LP #1818132: Upgrading fails 0182_remove_duplicate_null_ips migration

All the staticipaddress foreign key constraints are now taking into
account.

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.