~ya-bo-ng/maas:remove-entire-dnsresource

Last commit made on 2019-03-05
Get this branch:
git clone -b remove-entire-dnsresource https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
remove-entire-dnsresource
Repository:
lp:~ya-bo-ng/maas

Recent commits

cabef67... by Anthony Dillon

Add tests for DomainsManager.deleteDNSRecord method

4697bb5... by Anthony Dillon

LP: #1817674 - Completely remove the DNS resource when deleting from the UI

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

cfd4cbd... by Blake Rouse

Add the machines clone API.

This allows a user to clone a machines storage and interfaces configuration to a set of machines. All destinations are validated against the source before the clone operation is performed.

7f329ca... by Mike Pontillo

LP: #1815936 - Add support for deleting individual neighbour discoveries

3fbf367... by Alberto Donato

add metric to track websocket handlers latency